{% load i18n goods_filters system_base smart_if attachments_base fb_versions %} {% block headtitle %}{{ page_title }}{% if web.use_name_in_title %} | {{ web.name }}{% endif %}{% endblock %} {% if web.google_site_verification %}{% endif %} {% if description %}{% endif %} {% if keywords %}{% endif %} {% block csslib %} {% endblock %}{% block javascriptlib %} {% endblock %} {% block extraheaders %}{% endblock %}
{% block header %}
{% endblock %}
{% block title %} {% if page.parent or object %}

{{ title }} {% if object %}{% endif %}

{% else %}

{{ title }}

{% endif %} {% endblock %} {% if attributes %}{% include "include/filter.html" %}{% endif %} {% block content %}{% endblock %} {% block isoh %}{% endblock %} {% block others_content_blocks %} {% if "content" in blocks and blocks.content %}
{% for block in blocks.content %}
{% include block.template %}
{% endfor %}
{% endif %} {% endblock %} {% for nav in left_navigation %} {% if nav.get_children %} {% ifequal nav.id page.id %}
    {% for child in nav.get_children %} {% if child.navigation %}
  • {{ child.get_title }}
  • {% endif %} {% endfor %}
{% endifequal %} {% for child in nav.get_children %} {% ifequal child.id page.id %}
    {% for subchild in child.get_children %} {% if subchild.navigation %}
  • {{ subchild.get_title }}
  • {% endif %} {% endfor %}
{% endifequal %} {% endfor %} {% endif %} {% endfor %}
{% block left_column %}
{% if mainleft_navigation %}

Levá navigace

{% endif %} {% block others_left_blocks %} {% if "left" in blocks and blocks.left %} {% for block in blocks.left %}
{% include block.template %}
{% endfor %} {% endif %} {% endblock %}
{% endblock %}
{% for facilities_category in facilities %}

{{ facilities_category.get_title }}

{% for map_category in map %} {% ifnotequal page.id map_category.id %} {% endifnotequal %} {% endfor %} {% ifnotequal page.id facilities_category.id %} {% endifnotequal %}
{% endfor %} {% for statistics_category in statistics %} {% ifnotequal page.id statistics_category.id %}

{{ statistics_category.get_title }}

{{ statistics_category.get_content.content|truncatewords_html:10 }}

zobrazit statistiky »

{% endifnotequal %} {% endfor %} {% for project_category in project %} {% ifnotequal page.id project_category.id %}

{{ project_category.get_title }}

{{ project_category.get_content.content|truncatewords_html:10 }}

další informace »

{% endifnotequal %} {% endfor %} {% for portal_category in portal %} {% ifnotequal page.id portal_category.id %}

{{ portal_category.get_title }}

{{ portal_category.get_content.content|truncatewords_html:10 }}

více o portálu »

{% endifnotequal %} {% endfor %} {% for links_category in links %} {% ifnotequal page.id links_category.id %} {% endifnotequal %} {% endfor %}
{% block top_navigation %} {% if top_navigation %}

Horní navigace

    {% for nav in top_navigation %} {% endfor %}
{% endif %} {% endblock %} {% block footer %}

{% endblock %}
{% block externalcodes %} {% if web.google_analytics_code %} {% endif %} {% if web.other_codes %}{{ web.other_codes }}{% endif %} {% endblock %}