{% extends "elections2021/base.html" %} {% load wagtailcore_tags wagtailimages_tags elections2021_extras %} {% block content %}

{{ page.title }}

{{ page.annotation|richtext|format_sources }}

Takhle to dál nejde

{{ page.problem|richtext|format_sources }}

V čem je problém

{{ page.context|richtext|format_sources }}

Naše vize

{{ page.ideal|richtext|format_sources }}

Jak to chceme udělat?

{{ page.proposal|richtext|format_sources|style_h4 }}
{% if page.time_horizon_number %} {% endif %} {% if page.time_horizon_text %}

Kolik na to chceme času?

{{ page.time_horizon_text|richtext|format_sources }}

{% endif %}
{% if page.benefits_main or page.benefits %}

Pro koho to chceme hlavně

{% endif %} {% if page.benefits_main %}
{% for block in page.benefits_main %} {% include_block block %} {% endfor %}
{% endif %} {% if page.benefits %}
{% for block in page.benefits %} {% include_block block %} {% endfor %}
{% endif %} {% if page.benefit_for_all %}

{{ page.benefit_for_all|richtext|format_sources }}

{% endif %}

Co pro to už děláme

{{ page.already_done|richtext|format_sources|style_h4 }}

Na co se nás často ptáte

{% for block in page.faq %} {% include_block block %} {% endfor %}
{% if page.related_points %}

Související body:

{% endif %}

Klidně si to ověřte

{{ page.sources|richtext|format_sources_block }}
{% endblock %}