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

{% trans "Seat Form" %}

{% csrf_token %}
{% for field in form %} {% include "publisher/form_field.html" %} {% endfor %}
{% include 'comments/comments_list.html' %} {% include 'comments/add_auth_comments.html' %}
{% endblock %} {% block extra_js %} {% endblock %}