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

{% trans "Course Run Form" %}

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