{% extends 'publisher/base.html' %} {% load i18n %} {% block title %} {% trans "Course Form" %} {% endblock title %} {% block page_content %} {% include 'alert_messages.html' %}

{% trans "Base information" %}

{% trans "Course Form" %}

{% trans "INSTITUTION INFORMATION" %}
{{ object.get_group_institution }}

{% trans "Course information" %}

{{ object.title }}
{% endblock %}