{{ course_title }}

{{ course_title }}

{{ course_short_description }}

{% if organization_logo and organization_name %}
{{ organization_name }}
{% endif %}
    {% if premium_modes|length > 0 %} {% with course_mode=premium_modes.0 %} {% if course_mode.original_price %}
  1. {{ price_text }}
    {% if course_mode.final_price and course_mode.original_price != course_mode.final_price %} {{ course_mode.original_price }} {{ course_mode.final_price }} {% else %} {{ course_mode.original_price }} {% endif %}
  2. {% endif %} {% endwith %} {% endif %} {% if course_level_type %}
  3. {{ level_text }}
    {{ course_level_type }}
  4. {% endif %} {% if course_effort %}
  5. {{ effort_text }}
    {{ course_effort }}
  6. {% endif %}
{% if course_full_description %}

{{ course_full_description_text }}

{% autoescape off %}{{ course_full_description }}{% endautoescape %}
{% endif %} {% if expected_learning_items %}

{{ expected_learning_items_text }}

    {% for item in expected_learning_items %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if staff %}

{{ staff_text }}

{% for person in staff %}
{{ person.given_name }} {{ person.family_name }}

{{ person.given_name }} {{ person.family_name }}

{% if person.position %}

{{ person.position.title }} at {{ person.position.organization_name }}

{% endif %}

{{ person.bio }}

{% endfor %}
{% endif %}