{% extends "baseshiftstructures/fragment_groups_common_state.html" %} {% load i18n %} {% block groups %} {% include "complexsignup/shift_state_block.html" with current=structure flatten=False %} {% if matching.unpaired_participations %}
{% translate "unassigned" %}
{% for participation in matching.unpaired_participations %} {% include "baseshiftstructures/participation_card_inline.html" %} {% endfor %}
{% endif %} {% endblock %}