{% extends "base.html" %} {% block title %}Help!{% endblock %} {% block navbar %} {% endblock %} {% block body %}
{% if helper and not helper.asta_confirmed %} {% endif %} {% include 'notifications.html' %} {% if helper %}

Hallo {{ helper.name }}!

{% endif %} {% block content %}{% endblock %}
{% endblock %} {% block footer %} {% if DEBUG %} (Debug-Modus) {% if helper %} logout login url {% endif %} {% endif %} {% endblock %}