{% load i18n %} {% load static %} {% load django_vite %} {% get_current_language as LANGUAGE_CODE %}
{% block title %}{% endblock %} – Val Unifier [BETA]
{% block styles %}{% endblock %}
{{ request.user.get_all_permissions|dictsort:0|json_script:"user-permissions" }} {% block scripts %}{% endblock %} {% vite_hmr_client %} {% vite_asset 'src/main.js' %} {% block modals %}{% endblock %}
Val Unifier [BETA]
{% if request.user.is_authenticated %}
{% trans "Hasła" %}
{% block additional-nav-items %}{% endblock %}
{% trans "Typy fraz" %}
{% trans "Statystyki" %}
{% if perms.users.view_user %}
{% trans "Użytkownicy" %}
{% endif %}
{% 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" %}
{% if is_vue_app %}
{% else %}
{% block content %}{% endblock %}
{% endif %}