{% include '_user_menu.html' %}
{% include '_language_switch.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 not block_status.blocked_by_viewer and not block_status.blocked_viewer %} {% 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 %} {% endif %} {% if block_status.blocked_by_viewer %}
{% else %}
{% endif %}
{% if block_status.blocked_viewer and not block_status.blocked_by_viewer %}

{{ _('Interaktionen mit diesem Nutzer sind nicht verfügbar.') }}

{% 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 | t }}{% else %}
{{ badge.icon }}
{% endif %}

{{ badge.name | t }}

{{ badge.description | t }}

{{ _('Erhalten am:') }} {{ badge.awarded_at }}

{% if badge.trigger_concert %}

{{ _('Ausgelöst durch:') }} {{ badge.trigger_concert.artist }} · {{ badge.trigger_concert.date }}

{% else %}

{{ _('Grund:') }} {{ badge.description | t }}

{% endif %}
{% endif %} {% endfor %} {% if not profile.earned_codes %}

{{ _('Noch keine Patches – dein erstes Konzert wartet!') }}

{% endif %}
{% if is_own_profile %}
{{ _('🤝 Freunde') }}{% if connections.friends %} · {{ connections.friends|length }}{% endif %}
{% if connections.incoming %}

{{ _('Offene Anfragen') }}

{% for connection in connections.incoming %} {% endfor %}
{% 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 %}
{{ _('Blockierte Nutzer') }}{% if connections.blocked %} ({{ connections.blocked|length }}){% endif %} {% if connections.blocked %} {% else %}

{{ _('Keine blockierten Nutzer.') }}

{% 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.') }}

{{ _('Push-Benachrichtigungen') }}

{{ _('Wähle, welche Hinweise du auf deinen angemeldeten Android-Geräten erhalten möchtest. Nachrichteninhalte werden nicht angezeigt.') }}

{% for kind, label in [('friend_request', 'Freundschaftsanfragen'), ('direct_message', 'Direktnachrichten'), ('event_invitation', 'Veranstaltungseinladungen')] %} {% endfor %}
{% endif %}