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:
{% for point in page.related_points %}
{% if forloop.counter|divisibleby:"4" and not forloop.last %}
{% endif %}
{% endfor %}
{% endif %}
Klidně si to ověřte
{{ page.sources|richtext|format_sources_block }}