Pirátská strana

Piráti, {{ site.time | date: '%Y' }}. Všechna práva vyhlazena. Sdílejte a nechte ostatní sdílet za stejných podmínek.

{% for linkGroup in site.data.menu.bottom %}
    {% for linkGroupItem in linkGroup.links %}
  • {{ linkGroupItem.name }}
  • {% endfor %}
{% endfor %}
{% include social-icon-group.html class="space-x-2 text-white pb-4" %} {% if site.organization.email %} {% capture href %}mailto:{{ site.organization.email }}{% endcapture %} {% include contact-line.html href=href icon="ico--envelope" caption="Dejte nám vědět" %} {% endif %}
Přispěj
Naloď se
{% if site.data.menu.transparencySection %}
  • Transparentní účet
  • Registr smluv
  • Otevřené účetnictví
{% endif %}
{% if site.data.menu.contact %} {% for contact in site.data.menu.contact %} {% assign person = site.people | where_exp:"item","item.uid contains contact.id" | first %} {% include people/profile-badge.html item=person description=contact.position %} {% endfor %} {% else %} {% assign contactPerson = site.people | where_exp: "item","item.uid contains site.organization.contactUid" | first %} {% assign contactPersons = site.people | where_exp: "item","item.category contains 'kontaktni_osoba'" | sort:"ordpak" %} {% unless contactPersons == empty or contactPersons == blank or contactPersons == nil %} {% for person in contactPersons %} {% include people/profile-badge.html item=person %} {% endfor %} {% endunless %} {% endif %}