{% extends "ishtar/forms/qa_base.html" %} {% load i18n inline_formset table_form %} {% block main_form %} {% if form.non_field_errors %} {% endif %}
{% with form.qa_code_patriarche as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with force_large_col=True %}
{% with form.qa_year as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.qa_common_name as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.qa_operation_type as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endwith %} {% comment %}

{% endcomment %} {% endblock %}