{% for bound_field in bound_fields %}{{ bound_field.html_error_list }}{% endfor %} {% for bound_field in bound_fields %} {% if bound_field.has_label_first %} {% field_label bound_field %} {% endif %} {% field_widget bound_field %} {% if not bound_field.has_label_first %} {% field_label bound_field %} {% endif %} {% if change %} {% if bound_field.field.primary_key %} {{ bound_field.original_value }} {% endif %} {% if bound_field.raw_id_admin %} {% if bound_field.existing_repr %} {{ bound_field.existing_repr|truncatewords:"14" }}{% endif %} {% endif %} {% endif %} {% if bound_field.field.help_text %}

{{bound_field.field.help_text}}

{% endif %} {% endfor %}