{% load i18n %} {% load static %} {% load form_as_table %} Add New {{ form_prefix }}

Add New {{form_prefix|title}}

{% if form.errors %}

{% trans "Please correct the errors below: " %}{{ form.field_errors }}

{% endif %}
{% csrf_token %} {% form_as_table_rows form %}

| Cancel