{% extends "ishtar/forms/qa_base.html" %} {% load i18n inline_formset table_form %} {% block main_form %} {% if form.non_field_errors %} {% endif %} {% if operation %}
{% trans "The new find will have a new base find created. Instead of this action use a division treatment if the new find is from the same base find (share the same field data)." %}
{{operation}}
{{context_record }}
{% endif %} {% with force_large_col=True %}
{% with form.label as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% with form.denomination as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endwith %} {% comment %}

{% endcomment %} {% endblock %}