{% if user.is_authenticated %}
<p>
Zalogowany jako <strong>{{ user.username }}</strong>
- | <a href="#" id="user-sets-link">Zestawy</a>
+ | <a href="#" id="user-sets-link">Moje półki</a>
{% if user.is_staff %}
| <a href="/admin/">Administracja</a>
{% endif %}