{% if bound_field.is_date_time %}

Date: {{ bound_field.form_fields.0 }}
Time: {{ bound_field.form_fields.1 }}

{% else %} {% if bound_field.is_file_field %} {% if bound_field.original_value %} Currently: {{ bound_field.original_value }}
Change: {% output_all bound_field.form_fields %} {% else %} {% output_all bound_field.form_fields %} {% endif %} {% else %} {% output_all bound_field.form_fields %} {% if bound_field.raw_id_admin %} Lookup {% else %} {% if bound_field.needs_add_label %} Add Another {% endif %} {% endif %} {% endif %} {% endif %}