{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Profil

{% if current_user.profile_image %}
Avatar
{% else %}
{{ (current_user.vorname[0] if current_user.vorname else '') + (current_user.nachname[0] if current_user.nachname else '') or '?' }}
{% endif %}
{% if current_user.profile_image %}
{% endif %}

Einstellungen – Schriftgröße

{% endblock %}