{% extends "base.html" %} {% load static %} {% load i18n %} {% load event_extras %} {% load utils %} visible {% block title %} {% translate "Events" %} {% endblock %} {% block content %}
{% with event.get_signup_stats as stats %} {{ stats.signed_up_count }} {% if stats.max_count is not None %} / {{ stats.max_count }} {% elif stats.min_count is not None %} / {{ stats.min_count }}+ {% endif %} {% endwith %}