{% extends "base_generic.html" %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ heading }}{% endblock %} {% block content %}
{% csrf_token %}
{% for field in fields %} {% include field.field_render_label_edit %} {% endfor %}
 
{% for b in edit_task_buttons %} {% endfor %} {% if edit_view_button and edit_view_button != "no" %} {% endif %}
{% with field=view_choices %} {% include field.field_render_label_edit %} {% endwith %} {% comment "New type/view/field/group buttons suppressed for now" %} {% if auth_config %}
{% endif %} {% endcomment %}
{% endblock %}