{% extends 'enterprise/base.html' %} {% load staticfiles enterprise %} {% block extrahead %} {% endblock %} {% block contents %}

{{ welcome_text }}

{% autoescape off %}{{ enterprise_welcome_text }}{% endautoescape %}

{# Display success, error, warning or info messages #} {% alert_messages messages %} {% if course_enrollable %}

{{ confirmation_text }}

{% endif %}
{{ course_title }}
{{ course_title }}
{% if course_modes|length == 0 %}
{{ organization_name }}
{% else %}
{{ organization_name }}
{{ starts_at_text }} {{ course_start_date }}  |   {{ course_pacing }}
{{ course_short_description }} {{ view_course_details_text|link_to_modal:0 }}
{% if course_enrollable %}
{% 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 %}