{% extends 'base.html' %} {% block midpart %}

{{ title }}

{% if not client_id %}
{% csrf_token %} {% else %} {% csrf_token %} {% endif %} {% for field in form %}
{{ field }} {% if field.help_text %} {% endif %}
{% endfor %}
{% endblock midpart %}