{% if games and games[0].steam_appid %}
{% endif %}
Game Key Manager
🔍
{% if session.get('lang', 'en') == 'de' %} Deutsch {% elif session.get('lang', 'en') == 'en' %} English {% else %} Sprache {% endif %}
Deutsch
English
{% if current_user.is_authenticated %}
{{ _('Import/Export') }}
⬇️ {{ _('Export CSV') }}
⬇️ Export PDF (for sharing)
⬆️ {{ _('Import CSV') }}
{% if current_user.is_admin %}
⚙️ {{ _('Admin') }}
📜 {{ _('Audit Logs') }}
{% endif %}
🔒 {{ _('Password') }}
🚪 {{ _('Logout') }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message|safe }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% include "footer.html" %}