{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block content %}

Normalization Event Detail
{{ name }}

{{ formset.management_form }} {{ formset.non_form_errors.as_ul }} {% if formset.forms %} {% for form in formset %} {{ form.id }} {% for field in form.visible_fields %} {% endfor %} {% for field in form.visible_fields %} {% endfor %} {% endfor %}
Original File Manually normalized file{{ field.label }}
{{ form.original_file }} {{ form.derived_file }}{{ field.errors.as_ul }} {{ field }}
{% else %}

No manually normalized files currently identified. Please check back after normalization.

{% endif %}
{% if formset.forms %} {% endif %} Cancel
{% endblock %}