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

{{ title }}

{% else %}

{% trans "Add an entity" %}

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

{% trans "You can provide here a regular expression. If not provided the exact name must be matched in decision requests. If provided, any string matching the regex will match this object." %}

{% trans "Be sure of what you do. A too permissive regex makes more strings match an object and thus permissions." %}

{% trans "Examples" %}:

{% endblock %}