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

{% trans "Course Run Form" %}

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