{% load cms_tags i18n extra_tags %} {% block team %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_team" %}

{% trans 'Course team' %}

{% with header_level=3 %}
{% placeholder "course_team" page or %}

{% trans 'Who are the teachers in the course team?' %}

{% endplaceholder %}
{% endwith %}
{% endif %} {% endblock team %} {% block organizations %} {% if page.publisher_is_draft or not page|is_empty_placeholder:"course_organizations" %}

{% trans 'Organizations' %}

{% placeholder "course_organizations" page or %}

{% trans "What are the organizations publishing this course?" %}

{% endplaceholder %}
{% endif %} {% endblock organizations %} {% block licenses %}

{% trans 'License' %}

{% trans 'License for the course content' %}

{% with header_level=4 %} {% placeholder "course_license_content" page or %}

{% trans 'What is the license for the course content?' %}

{% endplaceholder %} {% endwith %}

{% trans 'License for the content created by course participants' %}

{% with header_level=4 %} {% placeholder "course_license_participation" page or %}

{% trans 'What is the license for the content created by course participants?' %}

{% endplaceholder %} {% endwith %}
{% endblock licenses %}