{% extends 'layout_dtpop_forms.html' %} {% load static %} {% load widget_tweaks %} {% load crispy_forms_tags %} {% block content %} {% include "informant_erp/includes/item_create_modals.html" %}
{% csrf_token %} {% if form.non_field_errors %}
{% for err in form.non_field_errors %} {{ err }} {% endfor %}
{% endif %} {% for field in form.visible_fields %} {% if field.errors %} {% for error in field.errors %}{{ error }}{% if not forloop.last %}, {% endif %} - field: {{ field.label }}{% endfor %} {% endif %} {% endfor %}

Instructions:

Enter the Reclass Reference.

{{ form.reclass_reference|attr:"autofocus:autofocus"|attr:"autocomplete:off"|attr:"tabindex:1" }}
{% include "informant_reports/view_details_modal.html" %} {% endblock content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}