Aktuálně
-
{% for article in page.latest_articles %}
-
{% for tag in article.tags.all %}
{{ tag.name }}
{% endfor %}
{{ article.title }}
{{ article.shortened_perex }}
Přidáno {{ article.date }}
{% endfor %}
Akce s naší účastí
- {% if event.date or event.location %} {% if event.date %} {{ event.date.day }}. {{ event.date.month }}. {{ event.date.year }} {% endif %} {% if event.location %} {% if event.date %} | {% endif %} {{ event.location }} {% endif %} {% endif %} {{ event.title }} {% endfor %}
- {% if event.date or event.location %} {% if event.date %} {{ event.date.day }}. {{ event.date.month }}. {{ event.date.year }} {% endif %} {% if event.location %} {% if event.date %} | {% endif %} {{ event.location }} {% endif %} {% endif %} {{ event.title }} {% endfor %}
Dokumenty
-
{% for document in page.latest_documents %}
-
{{ document.title }}
{% if document.date %} Přidáno {{ document.date }} {% endif %}
{% endfor %}
Dary
Podpořte institut π
Kontakty
-
Sídlo
{{ page.address }} -
Pobočka
{{ page.branch }} -
Email
{{ page.email }} -
Datová schránka
{{ page.ds_id }}
Lidé
Ředitel
{{ page.director_description|richtext }}
-
{% for block in page.director %}
{% if block.block_type == "person" %}
{% include_block block %}
{% else %}
{% include "home/blocks/person_page_block.html" with page=block.value %}
{% endif %}
{% endfor %}
Akademická rada
{{ page.academic_council_description|richtext }}
-
{% for block in page.academic_council %}
{% if block.block_type == "person" %}
{% include_block block %}
{% else %}
{% include "home/blocks/person_page_block.html" with page=block.value %}
{% endif %}
{% endfor %}
Kontrolor
{{ page.controller_description|richtext }}
-
{% for block in page.controller %}
{% if block.block_type == "person" %}
{% include_block block %}
{% else %}
{% include "home/blocks/person_page_block.html" with page=block.value %}
{% endif %}
{% endfor %}
Správní rada
{{ page.council_members_description|richtext }}
-
{% for block in page.council_members %}
{% if block.block_type == "person" %}
{% include_block block %}
{% else %}
{% include "home/blocks/person_page_block.html" with page=block.value %}
{% endif %}
{% endfor %}
Dobrovolnický kruh
{{ page.volunteers_description|richtext }}
Členové dobrovolnického kruhu
-
{% for block in page.volunteers %}
{% if block.block_type == "person" %}
{% include_block block %}
{% else %}
{% include "home/blocks/person_page_block.html" with page=block.value %}
{% endif %}
{% endfor %}
Zaměstnanci
{{ page.employees_description|richtext }}
{% for block in page.employees %} {% if block.block_type == "person" %} {% include_block block %} {% else %} {% include "home/blocks/person_page_block.html" with page=block.value %} {% endif %} {% endfor %}