{% extends "elections2021/base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block head %} {% endblock %} {% block content_header %}

{{ page.title }}

{{ page.subtitle }}

{% endblock %} {% block content %}
{% if page.praha %} {% else %} {% endif %} {% if page.stredocesky %} {% else %} {% endif %} {% if page.jihocesky %} {% else %} {% endif %} {% if page.plzensky %} {% else %} {% endif %} {% if page.karlovarsky %} {% else %} {% endif %} {% if page.ustecky %} {% else %} {% endif %} {% if page.liberecky %} {% else %} {% endif %} {% if page.kralovehradecky %} {% else %} {% endif %} {% if page.moravskoslezsky %} {% else %} {% endif %} {% if page.pardubicky %} {% else %} {% endif %} {% if page.vysocina %} {% else %} {% endif %} {% if page.jihomoravsky %} {% else %} {% endif %} {% if page.olomoucky %} {% else %} {% endif %} {% if page.zlinsky %} {% else %} {% endif %}
{% endblock %}