{{ _('Admin Panel') }}
{% for locale in translations() %} {% set base_path = url_for('tekir_admin.summary').split('/')[:-2] %} {% set route = request.full_path.split('/')[(base_path | length) + 1:] %}
{{ locale }}
{% endfor %}
{% include 'sun.svg' %}
{% include 'moon.svg' %}
{% include 'home.svg' %} {{ _('Summary') }}
{% include 'contents.svg' %} {{ _('Content') }}
{% block body %}{% endblock %}