{% load i18n %} {% load querystrings heroicons %}
{% if open_rounds or closed_rounds %} {% if selected_rounds %} {% trans "All Rounds" %} {% endif %}
{% if closed_rounds %} {% endif %} {% if open_rounds %} {% endif %}
{% else %}
{% trans "No rounds available" %}
{% endif %}