{% extends "helfertool/admin.html" %} {% load i18n bootstrap4 icons %} {% block admincontent %}
{% trans "Name" %} | {% if not event.archived %}{% endif %} |
---|---|
{{ gift.name }} | {% if not event.archived %}
{% icon "pencil-alt" %} {% trans "Edit" %} {% icon "trash-alt" %} {% trans "Delete" %} |
{% endif %}
{% icon "plus" %} {% trans "Add gift" %}
{% endif %}{% trans "Name" %} | {% trans "Gifts" %} | {% if not event.archived %}{% endif %} |
---|---|---|
{{ gift_set.name }} |
|
{% if not event.archived %}
{% icon "pencil-alt" %} {% trans "Edit" %} {% icon "trash-alt" %} {% trans "Delete" %} |
{% endif %}