{{ _('Admin Panel') }}
{% for locale in translations() %}
{% set alt_url = url_for(request.endpoint, lang_code=locale, **request.args) %}
{{ locale }}
{% endfor %}
{% include 'icons/user-home.svg' %}
{{ _('Overview') }}
{% include 'icons/contents.svg' %}
{{ _('Content') }}
{% block body %}{% endblock %}