{% extends "baseshiftstructures/fragment_groups_common_state.html" %} {% load i18n %} {% block groups %} {% for team in teams.values %} {{ team.title }} {% if team.min_max_count %} {{ team.min_max_count }} {{ team.qualification_label }} {% if team.stats.free != None and team.stats.free <= 0 %} {% elif team.stats.missing <= 0 %} {% else %} {% endif %} {% endif %}
{% for participation in team.participations %} {% include "baseshiftstructures/participation_card_inline.html" %} {% endfor %} {% for index in team.placeholder %}   {% endfor %} {% if not team.participations and not team.placeholder %} {# show a transparent box as vertical whitespace #}   {% endif %}
{% endfor %} {% endblock %}