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