{% extends "ishtar/forms/qa_base.html" %} {% load i18n inline_formset table_form %} {% block main_form %} {% if form.non_field_errors %} {% endif %} {% with force_large_col=True %}
{% with form.qa_title as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.qa_reference as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.qa_source_type as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endwith %} {% if form.qa_finds %}
{% with form.qa_finds as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_context_records %}
{% with form.qa_context_records as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_operations %}
{% with form.qa_operations as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_sites %}
{% with form.qa_sites as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_files %}
{% with form.qa_files as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_warehouses %}
{% with form.qa_warehouses as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_containers %}
{% with form.qa_containers as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_treatments %}
{% with form.qa_treatments as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_files %}
{% with form.qa_treatment_files as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {{form.open_edit}} {% endblock %}