Kontaktní informace
{% if page.contactPersons %}
{% for contact in page.contactPersons %}
{% assign person = site.people | where_exp:"item","item.uid contains contact.id" | first %}
{% endfor %}
{% else %}
{% assign contactPersons = site.people | where_exp: "item","item.category contains 'kontaktni_osoba'" | sort:"ordpak" %}
{% endfor %}
{% endif %}
{{ contact.position }}
{% include people/profile-badge.html item=person %}
Kontaktní {% if contactPersons.size > 1 %}osoby{% else %}osoba{% endif %}
{% for person in contactPersons %}
{% include people/profile-badge.html item=person %}
Základní údaje
{% include contacts/summary-table.html %}
{% unless page.noresidence %}
Každý člen strany má email ve tvaru: jmeno.prijmeni@pirati.cz
Sídlo a kontaktní centrum
{% if page.residences %} {% for residence in page.residences %} {% include contacts/residence.html residence=residence %} {% endfor %} {% else %} {% include contacts/residence.html %} {% endif %} {% endunless %}
{% if site.facebook.profilePage %}
{% include buttons/super.html href=site.facebook.profilePage cta="Sledujte nás na Facebooku" icon="ico--facebook" class="bg-brands-facebook text-white container-padding--zero lg:container-padding--auto lg:w-full" %}
{% endif %}
{% if site.forum.page %}
{% include buttons/super.html href=site.forum.page cta="Sledujte naše fórum" icon="ico--bubbles" class="bg-black text-white container-padding--zero lg:container-padding--auto lg:w-full" %}
{% endif %}
{% endif %}