{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block title %}Słowniki{% endblock %} {% block content %}
Nazwa | ogląda | modyfikuje | 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 %} |