X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/30b6eeb29c8f1b6696181d219a7ab602e593a50b..0e411544dd2afaafb14b0ee5a66698741915760c:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 53d70360c..3ed1984a0 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,99 +1,190 @@ -{% load chunks compressed catalogue_tags %} + {% load i18n compressed catalogue_tags sponsor_tags %} + {% load reporting_stats %}
-{% if user.is_authenticated %} -
- Witaj {{ user.username }}! - | Twoje póÅki - {% if user.is_staff %} - | Administracja - {% endif %} - | Wyloguj -
+ {% trans "Welcome" %}, {{ user.username }} + | {% trans "Your shelves" %} + {% if user.is_staff %} + | {% trans "Administration" %} + {% endif %} + | {% trans "Logout" %} {% else %} - + + {% trans "Sign in" %} + / + + {% trans "Register" %} {% endif %} -