{{ heading }}

    {% for candidate in candidates %}
  • {{ candidate.number }}

    {{ candidate.name }}

    {% if candidate.position %}

    {{ candidate.position }}

    {% endif %} {% if candidate.party_membership %}
    {% if candidate.party_membership == "Pirátská strana" %} {% endif %} {{ candidate.party_membership }}
    {% endif %}
  • {% endfor %}