{% extends "base.html" %} {% load version_static i18n %} {% block extrahead %} {% endblock %} {% block title %}{% trans 'Słowniki' %}{% endblock %} {% block content %}

{% trans 'Słowniki' %}

{% for vocab, managed, viewers, editors, managers in vocabularies_info %} {% with forloop.counter as vocab_no %}

{{ vocab.id }}

{% for u in users %} {% endfor %}
{% trans 'ogląda' %} {% trans 'modyfikuje' %} {% trans 'zarządza' %}
{{ u.username }} {% if u.usersettings.views_lexeme %} {% else %} {% endif %} {% if u.usersettings.changes_lexeme %} {% else %} {% endif %} {% if u.usersettings.manages_vocabulary %} {% else %} {% endif %}
{% endwith %} {% endfor %}
{% endblock %}