{% extends 'base.html' %} {% load course_tags %} {% block title %}{{ course.name }} | آکادمی مهبد نتاج{% endblock %} {% block content %}
{{ course.category.name|default:"آموزش کسب‌وکار" }} {{ course.level }}

{{ course.name }}

{{ course.tagline }}

{{ course.instructor.name }}
{{ course.instructor.name|default:"مهبد نتاج" }} {{ course.instructor.title|default:"مدرس و مشاور کسب‌وکار" }}
{{ course.duration }} محتوای ویدیویی
امتیاز {{ course.rating }}
{{ course.enrolled_count }} دانشجو
{{ course.name }}
{% if course.is_free %}
رایگان
{% else %} {% if course.discount_price and course.discount_price < course.price %}
{{ course.discount_price|toman }} {{ course.price|toman }} {{ course.discount_percent|fa_number }}٪ تخفیف
{% else %}
{{ course.price|toman }}
{% endif %} {% endif %}
{% if is_enrolled %} ورود به کلاس ویدیویی
این دوره برای شما فعال است.
{% else %} خرید دوره و دریافت دسترسی
ضمانت رضایت از دوره
دسترسی امن به محتوای دوره
دریافت فوری فایل‌های کاربردی
{% endif %}

معرفی دوره

{{ course.description|linebreaks }}

سرفصل‌های آموزشی

ویدیوها و بخش‌های آموزشی این دوره را مشاهده کنید.

{% for headline in headlines %}
سرفصل {{ forloop.counter }}: {{ headline.title }}
{{ headline.videos.count }} ویدیو
{% for video in headline.videos.all %}
{% if video.is_preview_free %} {% else %} {% endif %} {{ video.title }}
{% if video.is_preview_free %} {% endif %} {{ video.duration }}
{% empty %}
هنوز درسی به این بخش اضافه نشده است.
{% endfor %}
{% empty %}
هنوز سرفصلی ثبت نشده است.
{% endfor %}
{% if files %}

فایل‌ها و ابزارهای دوره

{% for file in files %}
{{ file.title }} حجم: {{ file.file_size }}
{% if is_enrolled %} دریافت فایل {% else %} ویژه دانشجویان {% endif %}
{% endfor %}
{% endif %}

درباره مدرس

{{ course.instructor.name }}

{{ course.instructor.name|default:"Senior Coach" }}

{{ course.instructor.title }}

{{ course.instructor.bio|default:"مدرس باتجربه در زمینه رشد کسب‌وکار، مدیریت و توسعه فروش." }}

{{ course.instructor.rating }} امتیاز
{{ course.instructor.students_count }}+ دانشجو
{% endblock %}