{% extends "helfertool/admin.html" %} {% load i18n bootstrap4 icons %} {% block admincontent %}

{% trans "Advanced badge settings" %}

{% trans "Template" %}

{% trans "Here you can get the sample LaTeX template:" %} {% trans "Download" %}

{% csrf_token %} {% bootstrap_form form %} {% if not event.archived %} {% endif %}

{% trans "Permissions" %}

{% if permissions.count == 0 %}

{% trans "There are no permissions." %}

{% else %} {% for perm in permissions %} {% endfor %}
{% trans "Name" %} {% trans "LaTeX Name" %}
{{ perm.name }} {{ perm.latex_name }} {% if not event.archived %} {% icon "pencil-alt" %} {% trans "Edit" %}
{% icon "trash-alt" %} {% trans "Delete" %} {% endif %}
{% endif %} {% if not event.archived %}

{% icon "plus" %} {% trans "Add permission" %}

{% endif %} {% endblock %}