{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Course Form" %} {% endblock title %} {% block content %}

{% trans "Course Form" %}

{% if object.id %} {% trans "Add Course Run" %} {% endif %}
{% csrf_token %}
{% for field in form %} {% include "publisher/form_field.html" %} {% endfor %}
{% endblock content %}