{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% block title %}{% endblock %} – Walenty [beta]
{% block styles %}{% endblock %}
{{ request.user.get_all_permissions|dictsort:0|json_script:"user-permissions" }} {% block scripts %}{% endblock %} {% block modals %}{% endblock %}
Walenty [beta]
{% trans "Hasła" %}
{% block additional-nav-items %}{% endblock %}
{% trans "Typy fraz" %}
{% trans "Statystyki" %}
{% if perms.users.view_user %}
{% trans "Użytkownicy" %}
{% endif %}
{% if request.user.is_authenticated %}
{{ request.user.get_full_name|default:request.user.username }}
{% trans "Twój profil" %}
{% trans "Wyloguj się" %}
{% else %}
{% trans "Zaloguj się" %}
{% endif %}
{% trans "EN" %}
{% block content %}{% endblock %}