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

{% trans "Edit Comment" %}

{% csrf_token %}
{% for field in form %} {% include "publisher/form_field.html" %} {% endfor %}
{% endblock content %}