{% for section in sections.values %}
{{ section.stats.confirmed_count }}{% if section.stats.max_count %}/{{ section.stats.max_count }}{% endif %}
{{ section.title }}
{{ section.qualifications_label }}
{% for participation in section.participations %}
{% include "basesignup/participation_card_inline.html" %}
{% endfor %}
{% for index in section.placeholder %}
{% endfor %}
{% if not section.participations and not section.placeholder %}
{# show a white box as vertical whitespace #}
{% endif %}
{% 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 %}