{% extends "base.html" %} {% block title %}Список участников{% endblock %} {% block content %}
{% for u in event.users.all %} {{ u }} {% endfor %}