Split options
{% for field in splitform %} {% if field.is_hidden %} {{ field}} {% else %} {{ field.errors }} {% ifequal field.html_name 'splitform-autoxml' %}
{{ field }} {{ field.label }}
{% else %}
{{ field.label }}: {{ field }}
{% endifequal %} {% endif %} {% endfor %}
Dublin Core
{{ dcform.as_p }}
Split
Close