{% load i18n %} {% load icon %} {% load eventurl %}
{% for subev in subevent_list.subevent_list %}

{{ subev.name }}

{{ subev.get_date_range_display_as_html }} {% if event.settings.show_times %}
{% icon "clock-o" %} {% trans "Time of day" %} {% endif %}

{% include "pretixpresale/fragment_event_list_status.html" with event=subev %}

{% if subev.presale_is_running and subev.best_availability_state == 100 %} {% icon "ticket" %} {% trans "Tickets" %} {% else %} {% icon "info" %} {% trans "More info" %} {% endif %}

{% endfor %}