{% extends "permafrost/base.html" %} {% load i18n %} {% load static %} {% block title %}{% if object %}{% trans 'Edit Role' %}{% else %}{% trans 'Create Role' %}{% endif %}{% endblock %} {% block content %}
{{ field.help_text|safe }}