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

{% trans "Quick add context record" %}

{% for hidden in form.hidden_fields %}{{hidden}} {% if hidden.errors %}
{{ hidden.errors }}
{% endif %} {% endfor %} {% with force_large_col=True %}{% for field in form %}
{% include "blocks/bs_field_snippet.html" %}
{% endfor %}{% endwith %}
{% trans "To put more information to the context record use the full form on the top menu: \"Context record > Add\"." %}
{% endblock %}