{% load i18n admin_modify %} {% load bootstrap_tags %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} {% if form.errors %}

{% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{{ form.non_field_errors }} {% endif %} {{ form|as_bootstrap }}
{% trans 'Go back' %} {% if not add %}{% trans 'Delete' %}{% endif %}