{% extends "elections2021/base.html" %} {% load wagtailcore_tags %} {% block content_header %}
{% endblock %} {% block content %}
{% if page.elections_date %}
{% endif %}

Aktuality

{% for article in articles %} {% include "elections2021/_article_card.html" with article=article %} {% endfor %}

ZOBRAZTE SI, CO VÁS ZAJÍMÁ
Z VOLEBNÍHO PROGRAMU

Ukažte mi program přesně pro mě
Chci vidět celý váš program
{% if page.has_calendar %}

Kalendář akcí

{% for event in page.calendar.current_events %}
{{ event.start|date:"j." }}
{{ event.start|date:"l j. E"|capfirst }}

{{ event.duration }}

{{ event.pir.name }} {% for tag in event.pir.tags %} #{{tag}} {% endfor %}

{% if event.location %}

{{ event.location }}

{% endif %} {% if event.description %}

{{ event.description }}

{% endif %}
{% if event.location %} Mapa {% endif %}
{% empty %}

Žádné události.

{% endfor %}
Chci vás potkat jindy
{% endif %} {% if questions %}

Často kladené otázky

{% for block in questions %} {% include_block block %} {% endfor %}
Zobrazit vše
{% endif %}

CHCI VĚDĚT VÍCE

{% csrf_token %}

CHCI POMÁHAT

{% comment %} {% endcomment %}
Chci pomáhat v kampani
{% endblock %}