{% extends "base.html" %} {% block title %}Help!{% endblock %} {% block body %} {% if helper and not helper.asta_confirmed and enable_asta %} Bitte bestätige deine AStA-Mitgliedschaft {% endif %} {% include 'notifications.html' %} {% if helper %} Hallo {{ helper.name }}! {% endif %} {% block content %}{% endblock %} {% endblock %} {% block footer_content %} {% if DEBUG %} (Debug-Modus) {% if helper %} logout login url {% endif %} {% endif %} {% endblock %}