{% extends "base.html" %} {% load ingroup %} {% block extrahead %} {% endblock %} {% block title %}Role użytkowników{% endblock %} {% block content %}

Role użytkowników

{% for group in groups %} {% endfor %} {% for u in users %} {% for group in groups %} {% endfor %} {% endfor %}
nazwa{{ group.name }}
{{ u.username }}
{% endblock %}