{% from 'macro/form.twig' import checked %}

Manage roles at {{ constant('SITE_NAME') }}

Current Roles
{% if saved %}

The role {{ role.title }} was {{ saved }}.

{% endif %} {% if not editId %} {% for role_id, info in list %} {% if loop.first %} {% endif %} {% if loop.last %}
{{ info.title }} ({% if info.published %}published{% else %}archived{% endif %})
Role created {{ info.created|time_diff }} by {{ info.user_id|user_url }} {% if info.modified != ino.created %} last modified {{ info.modified|time_diff }} {% endif %}
{{ info.description|bb_format }}
{% endif %} {% else %}

There are no current roles. Create one using the form below.

{% endfor %} {% endif %}
{% if edit_id %}Edit{% else %}New{% endif %} Role
Title
Visibility
Description {% if edit_id %} {% endif %} {{ text.emit|raw }}