{% extends "base.html" %} {% block content %} Panel admina Dodaj uzytkownika UserEdytor Dodaj Konta {% for user in users %} {{ user.username }}{{ user.role }} {% if user.username != 'Gryzak' %} UserEdytor Zmien role Reset Usun {% else %}Konto chronione{% endif %} {% endfor %} {% endblock %}