{% extends "helfertool/admin.html" %} {% load i18n bootstrap4 icons badges %} {% block admincontent %}
{% trans "Advanced settings" %}
{% trans "There are no roles." %}
{% else %}{% trans "Name" %} | {% trans "LaTeX Name" %} | {% trans "Permissions" %} | |
---|---|---|---|
{{ role.name }} | {{ role.latex_name }} |
|
{% if not event.archived %}
{% icon "pencil-alt" %} {% trans "Edit" %}
{% icon "trash-alt" %} {% trans "Delete" %} {% endif %} |
{% icon "plus" %} {% trans "Add role" %}
{% endif %}{% trans "There are no designs." %}
{% else %}{% trans "Name" %} | |
---|---|
{{ design.name }} |
{% if not event.archived %}
{% icon "pencil-alt" %} {% trans "Edit" %}
{% icon "trash-alt" %} {% trans "Delete" %} {% endif %} |
{% icon "plus" %} {% trans "Add design" %}
{% endif %}