{% macro header(loggedin_user) %} {% if "Donau Linz" in loggedin_user.roles %} {% else %} {% endif %} Hü {{ loggedin_user.name }} {% include "includes/question-icon" %} FAQs {% if "scheckbuch" in loggedin_user.roles and loggedin_user.weight and loggedin_user.sex and loggedin_user.dob %} {% include "includes/book" %} Ergo Ergo {% endif %} {% if "scheckbuch" not in loggedin_user.roles %} {% include "includes/book" %} Logbuch Ausfahrt eintragen Logbuch {% if loggedin_user.weight and loggedin_user.sex and loggedin_user.dob %} Ergo {% endif %} Statistik Bootsauswertung {% if "admin" in loggedin_user.roles %} Boote {% endif %} Bootsschaden {% endif %} {% if "admin" in loggedin_user.roles or "Vorstand" in loggedin_user.roles %} Userverwaltung {% endif %} Ausloggen
{{ answer | safe }}