{% 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 %}