{% block body %}
The Shooter's Network
{% if current_user.is_authenticated %}
{{ _('New Analysis') }}
{{ _('Equipment') }}
{{ _('Sessions') }}
{{ _('Dashboard') }}
{% if current_user.role == 'admin' %}
{{ _('Admin') }}
{% endif %} {% endif %}
{# Language switcher #}
{% if current_lang == 'fr' %}🇫🇷{% elif current_lang == 'de' %}🇩🇪{% else %}🇬🇧{% endif %}
▼
🇬🇧 English
🇫🇷 Français
🇩🇪 Deutsch
{% if current_user.is_authenticated %}
{% set av = current_user.effective_avatar_url %} {% if av %}
{% else %}
👤
{% endif %}
{{ current_user.display_name or current_user.email.split('@')[0] }}
▼
👤 {{ _('Profile') }}
→ {{ _('Logout') }}
{% else %}
{{ _('Login') }}
{{ _('Join free') }}
{% endif %}
{# Hamburger — only visible on mobile #}
☰
{# Mobile menu panel #}
{% if current_user.is_authenticated %}
{{ _('New Analysis') }}
{{ _('Equipment') }}
{{ _('Sessions') }}
{{ _('Dashboard') }}
{% if current_user.role == 'admin' %}
{{ _('Admin') }}
{% endif %}
{{ _('Profile') }}
{{ _('Logout') }}
{% else %}
{{ _('Login') }}
{{ _('Join free') }}
{% endif %}
🇬🇧
🇫🇷
🇩🇪
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% endblock %} {# ── Lightbox ── always present, activated by any img[data-gallery] #}
✕
‹
›