--- layout: default title: Kontaktní informace ---

Kontaktní informace

{% if page.contactPersons %} {% for contact in page.contactPersons %} {% assign person = site.people | where_exp:"item","item.uid contains contact.id" | first %}

{{ contact.position }}

{% include people/profile-badge.html item=person %}
{% endfor %} {% else %} {% assign contactPersons = site.people | where_exp: "item","item.category contains 'kontaktni_osoba'" | sort:"ordpak" %}

Kontaktní {% if contactPersons.size > 1 %}osoby{% else %}osoba{% endif %}

{% for person in contactPersons %}
{% include people/profile-badge.html item=person %}
{% endfor %}
{% endif %}

Základní údaje

{% include contacts/summary-table.html %}

Každý člen strany má email ve tvaru: jmeno.prijmeni@pirati.cz

{% unless page.noresidence %}

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 or site.forum.page %}
{% 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 %}