{% extends "base_generic.html" %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ title }}{% endblock %} {% block content %}

'{{type_id}}' data in collection '{{coll_id}}'

{% csrf_token %}
{% for field in fields %} {% if field.field_id %} {% include field.field_render_edit %} {% elif field.repeat_id %}

{{field.repeat_label}}

{% comment %}
{{field}}
{% endcomment %} {% for repeat in field.repeat %} {% if repeat.repeat_fields_data %} {% else %}
{% if auth_config %} {% endif %}
{% for field in repeat.fields %} {% include field.field_render_edit %} {% endfor %}
{% endif %} {% endfor %}
 
{% endif %} {% endfor %}
 
{% if auth_config and edit_add_field and edit_add_field != "no" %}
{% else %}
{% endif %}

{% with field=view_choices %} {% include field.field_render_edit %} {% endwith %} {% if auth_config %}
{% endif %}
{% endblock %}