{% extends "base.html" %} {% load ephios_crispy %} {% load crispy_forms_filters %} {% load cache %} {% load static %} {% load i18n %} {% load event_extras %} {% load utils %} {% block title %} {% translate "Events" %} {% endblock %} {% block content %} {% if mode == "calendar" %} {{ calendar }} {% else %}
{% csrf_token %} {% if perms.core.add_event %}
{% event_bulk_actions %}
{% endif %} {% if event_list %}
{% if perms.core.add_event %}
{% endif %} {% for event in event_list %} {% with counter=event|event_list_signup_state_counts stats=event.get_signup_stats %} {% endwith %} {% endfor %}
{% include 'core/pagination.html' %} {% else %}
{% translate "No results." %}
{% endif %}
{% endif %} {% endblock %}