{% extends "senate/base.html" %} {% load static wagtailimages_tags wagtailcore_tags %} {% block content %} {% if page.candidates_second_round %} Kandidáti postupující do 2. kola senátních voleb {% for person in page.candidates_second_round %} {% include "senate/person_snippet.html" %} {% endfor %} {% endif %} {% if page.candidates %} Kandidáti do Senátu {% for person in page.candidates %} {% include "senate/person_snippet.html" %} {% endfor %} {% endif %} {% if page.senators %} Naši Senátoři {% for person in page.senators %} {% include "senate/person_snippet.html" %} {% endfor %} {% endif %} {% endblock %}