{% for candidate in candidates_top %}
{% include "elections2021/_candidate_card.html" %}
{% endfor %}
{% for candidate in candidates_bottom %}
{% include "elections2021/_candidate_list_item.html" %}
{% endfor %}
{% comment %}