{% extends "base.html" %} {% load i18n %} {% block content %} {% if title %}

{{ title }}

{% else %}

{% trans "Add an entity" %}

{% endif %} {% if messages %} {% endif %}
{{ form.as_p }}
{% endblock %}