{% extends "ishtar/forms/qa_base.html" %} {% load i18n inline_formset table_form %} {% block main_form %} {% if form.non_field_errors %} {% endif %}

{% trans "Documents" %}

{% trans "Packaging" %}

{% for hidden in form.hidden_fields %} {{hidden}} {% if hidden.errors %}
{{ hidden.errors }}
{% endif %} {% endfor %}
{% with form.container as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %} {% with form.container_to_change as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endblock %}