{% extends shell_base %} {% block title %}Profil · CheckPoint Ehrenamt{% endblock %} {% block content %}

Profil

{% if current_user.profilbild_pfad %} Profilbild von {{ current_user.anzeigename }} {% else %} {% endif %} {{ current_user.anzeigename }}
{{ "Admin" if current_user.ist_admin else "Ehrenamtlich" }} · {{ current_user.nutzername }}
PNG, JPG, GIF oder WebP. Ersetzt das bisherige Bild.
{% for feld in felder %}
{% if feld.mehrzeilig %} {% else %} {% endif %}
{% endfor %}
{% endblock %}