{% load i18n freeadmin %}
{% if inline and saved %}{% trans "Your changes have been successfully updated!" %}{% endif %} {% block form %} {% admin_form form %} {% endblock %} {% block formset %} {% endblock %}
{% for name, formset in formsets.items %} {{ formset }}
Aliases
Add extra alias
{% endfor %} {% endblock %} {% block buttons %}
{% if not inline %} {% endif %} {% if deletable == False %} {% endif %} {% block buttons_extra %} {% endblock %}