{% extends "uniweb/base.html" %} {% load static wagtailcore_tags wagtailimages_tags shared_filters %} {% block subheader %} {% if page.get_background_photo %} {% image page.get_background_photo fill-1920x500-c75 jpegquality-80 as bg_img %}
{% else %}
{% endif %}

{{ page.title }}

{{ page.get_job_description }}

{% endblock %} {% block container_spacing %}py-8 lg:pb-16{% endblock %} {% block content %}
{{ page.text|richtext }}
{% if page.profile_photo %} {% image page.profile_photo fill-208x208 as profile_img %} {% image page.profile_photo fill-416x416 as profile_img_2x %} {{ page.profile_photo }} {% else %} {{ person_page.title }} {% endif%}
{% if page.facebook_url or page.instagram_url or page.twitter_url or page.youtube_url or page.flickr_url or page.custom_web_url or page.other_urls %} {% endif %} {% if page.is_pirate %}
Pirátská strana
{% endif %} {% if not page.is_pirate and page.other_party %}
{% if page.other_party_logo %} {% image page.other_party_logo width-48 as logo_img %}
{{ page.other_party }}
{% endif %} {{ page.other_party }}
{% endif %} {% if page.phone or page.city or page.email and page.show_email %}
{% if page.phone %} {% endif %} {% if page.email and page.show_email %} {% endif %} {% if page.city %}

Město

{% endif %}
{% endif %} {% if random_people %}

Lidé

{% for person in random_people %} {% include "shared/person_badge_snippet.html" with person_page=person skipcontacts=1 %} {% endfor %}
Poznejte celý náš tým
{% endif %} {% comment %}
{% endcomment %} {#

Kancelář

#} {#

Poslanecká sněmovna

#} {#

#} {# Jiřího náměstí 39, 290 33 Poděbrady#} {#

#} {# #} {#

Otevírací doba

#} {#

Pondělí 14:00 - 18:00 objednat se přes: kancelář-podebrady@pirati.cz nebo 778 111 462.

#}
{% endblock %}