{% comment %} field - поле required - отметить, что поле обязательное? label - заголовок поля (по умолчанию, `Контрагент`) is_ajax - ajax-форма? no_clear_after - не добавлять очистку float после блока {% endcomment %}
{{ label|default:"Контрагент" }}:{% if required %} *{% endif %}

{{ field }} Добавить контрагента

{{ form.client.errors }} {% if not is_ajax %}{{ form.client.errors }}{% endif %}
{% if not no_clear_after %}
{% endif %}