{% 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_reference as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.qa_name as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endwith %} {% endblock %}