{% include '_user_menu.html' %}

Profil

Deine Konzertgeschichte und deine Kutte.

{% if profile.avatar_path %} Profilbild von {{ profile.display_name }} {% else %}
{{ profile.display_name[:1] }}
{% endif %}

{{ profile.display_name }}

@{{ profile.username }}

{% if can_view_details %}

Dabei seit {{ profile.created_at }}

{% endif %} {% if can_view_details and profile.instagram_url %} ◎ Instagram · @{{ profile.instagram_handle }} {% endif %}
{{ attended_count }}besuchte Konzerte
{% if not is_own_profile %}
{% if (user.is_admin or profile.is_admin) and (not friendship or friendship.status != 'accepted') %} Nachricht senden {% endif %} {% if not friendship %}
{% elif friendship.status == 'accepted' %} Nachricht senden
{% elif friendship.addressee_id == user.id %}
{% else %}
{% endif %}
{% if not can_view_details %}

Weitere Profildetails sind nur für Freunde sichtbar.

{% endif %} {% endif %}

🥋 Virtuelle Kutte

Deine freigeschalteten Patches. Besuchs-Patches werden jeweils durch die höchste Stufe ersetzt.

{% for badge in badges %} {% if badge.earned %}
{% if badge.image_path %} Patch {{ badge.name }} {% else %} {{ badge.icon }} {% endif %}
{% endif %} {% endfor %} {% if not profile.earned_codes %}

Noch keine Patches – dein erstes Konzert wartet!

{% endif %}
{% if is_own_profile %}

🤝 Freunde

{% if connections.incoming %}

Offene Anfragen

{% endif %} {% if connections.friends %}

Deine Freunde

{% endif %} {% if connections.outgoing %}

{{ connections.outgoing|length }} gesendete Anfrage(n) warten noch auf Antwort.

{% endif %} {% if not connections.incoming and not connections.friends and not connections.outgoing %}

Noch keine Verbindungen. Finde andere User über die Suche auf der Startseite.

{% endif %}
{% endif %} {% if is_own_profile %}

Profil bearbeiten

{% if form_error %}{% endif %} {% if form_success %}

{{ form_success }}

{% endif %}
{% if profile.instagram_url %}Aktuell verknüpft: @{{ profile.instagram_handle }}{% endif %}
Wer darf alle Profildetails sehen?
Große Bilder werden vor dem Upload automatisch optimiert.

Meine gespeicherten Daten exportieren (JSON)

{% endif %}