{% for participation in participations %}
{% include "basesignup/participation_card_inline.html" %}
{% endfor %}
{% for index in empty_spots %}
{% endfor %}
{% with stats=shift.signup_method.get_signup_stats %}
{{ stats.confirmed_count }}{% if stats.max_count %}/{{ stats.max_count }}{% endif %}
{% translate "Total" context "participation count" %}
{% endwith %}
{% if disposition_url %}