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

Program přístupný pro lidi se zrakovým postižením

{% endblock %} {% block content %}
{% for item in body %}

Resort: {{ item.title }}

{% for point in item.points %}

{{ point.title }}

{{ point.annotation|richtext|format_sources:point.id }}

Takhle to dál nejde

{{ point.problem|richtext|format_sources:point.id }}

V čem je problém

{{ point.context|richtext|format_sources:point.id }}

Naše vize

{{ point.ideal|richtext|format_sources:point.id }}

Jak to chceme udělat?

{{ point.proposal|richtext|format_sources:point.id }}

Kolik na to chceme času?

{% if point.time_horizon_number %}

{{ point.time_horizon_number }} {{ point.time_horizon_unit }}

{% endif %} {% if point.time_horizon_text %}

{{ point.time_horizon_text|richtext|format_sources:point.id }}

{% endif %}

Pro koho to chceme hlavně

{% for block in point.benefits_main %}
{{ benefits_titles|dictitem:block.value.variant }}
{{ block.value.text|richtext|format_sources:point.id }}
{% endfor %} {% for block in point.benefits %}
{{ block.value.title }}
{{ block.value.text|richtext|format_sources:point.id }}
{% endfor %}
{% if point.benefit_for_all %}

Benefit pro všechny

{{ point.benefit_for_all|richtext|format_sources:point.id }}
{% endif %}

Co pro to už děláme

{{ point.already_done|richtext|format_sources:point.id }}

Na co se nás často ptáte

{% for block in point.faq %}
{{ block.value.question }}
{{ block.value.answer|richtext|format_sources:point.id }}
{% endfor %}

Klidně si to ověřte

{{ point.sources|richtext|format_sources_block }}
{% endfor %}
{% endfor %}
{% endblock %}