{% extends "helfertool/base.html" %} {% load i18n bootstrap4 icons permissions %} {% block title %} {% blocktrans trimmed with eventname=event.name %} Helfertool - {{ eventname }} {% endblocktrans %} {% endblock %} {% block socialheader %} {% if event.logo_social %} {% elif event.logo %} {% endif %} {% endblock %} {% block content %} {% bootstrap_form_errors form %} {% if event.archived %} {% elif not event.active and not form.link %} {% endif %} {% is_involved event as involved %} {% if involved %}

{% icon "cog" %} {% trans "Manage event" %}

{% endif %} {% if event.logo %} {% endif %}

{{ event }}

{{ event.text | safe }} {% include "registration/registerform.html" with event=event form=form %} {% if event.imprint %}

{% trans "Contact" %}

{{ event.imprint | safe }}
{% endif %} {% endblock %}