{% extends "conjunto/modal_form.html" %} {% load i18n %} {% block content %} {% if object and object.is_system %}
{% trans "This is a system role defined by a plugin. The base permissions cannot be removed, but you can add extra permissions." %}
{% endif %} {% endblock %}