{% extends "layout.html" %} {% import "macros/_misc.html" as misc %} {% block page_title %}Participants{% endblock %} {% block body_class %}eventusers{% endblock %} {% block content %} {% if current_user and current_user.is_authenticated %}
{% endif %}