{% extends "base_generic.html" %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ title }}{% endblock %} {% block content %}
{% csrf_token %}
{% for field in fields %} {% include field.field_render_edit %} {% endfor %}
 
{% if auth_config and edit_view_button and edit_view_button != "no" %}
{% else %}
 
{% endif %}

{% with field=view_choices %} {% include field.field_render_edit %} {% endwith %} {% comment "New type/view/field/group buttons suppressed for now" %} {% if auth_config %}
{% endif %} {% endcomment %}
{% endblock %}