{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Course Form" %} {% endblock title %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{% trans "Base information" %}

{% trans "Course Form" %}

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

{% trans "Course information" %}

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