{% extends "ishtar/forms/qa_base.html" %} {% load i18n inline_formset table_form %} {% block main_form %} {% if form.non_field_errors %} {% endif %}
{{operation}}
{% with force_large_col=True %}
{% with form.qa_label as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.qa_parcel as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% if form.qa_town %}
{% with form.qa_town as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% if form.qa_parcel %}
{% with form.qa_unit as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endif %} {% endwith %} {% endblock %}