{% extends 'enterprise/base.html' %} {% load static enterprise %} {% block extrahead %} {% endblock %} {% block contents %}
{% include "enterprise/_enterprise_customer_sidebar.html" %}
{# Display success, error, warning or info messages #} {% alert_messages messages %} {% if course_enrollable %}

{{ confirmation_text }}

{% endif %}
{{ course_title }}
{{ course_title }}
{% if course_in_future and course_modes|length != 0 %}
{{ organization_name }}
{% endif %}
{% if course_modes|length == 0 %}
{{ organization_name }}
{% else %}
{% if not course_in_future %}
{{ organization_name }}
{% endif %}
{{ starts_at_text }} {{ course_start_date }}  |   {{ course_pacing }}
{{ course_short_description | striptags }} {{ view_course_details_text|link_to_modal:0 }}
{% if course_enrollable %}
{% if cohort %} {% endif %} {% if catalog %} {% endif %} {% if course_modes|length > 1 %}
{{ select_mode_text }}
{% endif %} {% for course_mode in course_modes %}
{% if course_modes|length > 1 %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% endif %}
{% with index=0 %} {% course_modal %} {% endwith %} {% endblock %}