{% extends "ishtar/forms/qa_base.html" %} {% load i18n inline_formset table_form %} {% block main_form %}
{% trans "Items of the basket will be attached to the new basket but not the shares." %}
{% if form.non_field_errors %} {% endif %}
{% with form.label as field %} {% include "blocks/bs_field_snippet.html" %} {% endwith %}
{% endblock %}