{% extends "richie/fullwidth.html" %} {% load cms_tags extra_tags i18n thumbnail %} {% block head_title %} {% page_attribute "page_title" as program_title %} {% blocktrans with program_title=program_title %}{{ program_title }} - Program{% endblocktrans %} {% endblock head_title %} {% block meta_html_default %} {% if not current_page|is_empty_placeholder:"program_excerpt" %} {% endif %} {% endblock meta_html_default %} {% block meta_rdfa_context %} {% get_placeholder_plugins "program_cover" as og_image_plugins %} {% if og_image_plugins.0 %} {% thumbnail og_image_plugins.0.picture 1200x630 replace_alpha='#FFFFFF' crop upscale subject_location=og_image_plugins.0.picture.subject_location as thumb %} {% endif %} {% if not current_page|is_empty_placeholder:"program_excerpt" %} {% endif %} {% endblock meta_rdfa_context %} {% block body_rdfa %} vocab="https://schema.org/" typeof="EducationalOccupationalProgram"{% endblock body_rdfa %} {% block subheader_content %}

{% render_model current_page "title" %}

{% endblock subheader_content %} {% block content %}{% spaceless %}
{% if current_page.publisher_is_draft %}
{% placeholder_as_plugins "program_cover" as plugins or %}

{% trans "Cover" %}

{% endplaceholder_as_plugins %} {% blockplugin plugins.0 %} {% trans 'program cover image' %} {% endblockplugin %}
{% endif %}
{% placeholder "program_excerpt" or %}

{% trans "No excerpt content" %}

{% endplaceholder %}
{% placeholder "program_body" or %}

{% trans "No body content" %}

{% endplaceholder %}
{% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"program_courses" %}

{% trans "Related courses" %}

{% placeholder "program_courses" %}
{% endif %}
{% endspaceless %}{% endblock content %}