{% load currency_filters %} {% load i18n %}
{% if select_form %}

{% trans "Choose counter-agent" %}

{% csrf_token %} {{ select_form.non_field_errors }} {% for field in select_form %} {% include 'partials/form_field.html' with field=field %} {% endfor %}
{% endif %} {% if create_form %}

{% trans "create another one!" %}

{% csrf_token %} {{ create_form.non_field_errors }} {% for field in create_form %} {% include 'partials/form_field.html' with field=field %} {% endfor %}
{% endif %}