{% if page.img %}
{% if site.mediaStorage %} {% capture img %}https://a.pirati.cz/resize/225x225/{{ site.mediaStorage }}/img/{{ page.img }}{% endcapture %} {%- else -%} {% capture img %}{% asset '{{ page.img }}' magick:resize="225x" @path %}{% endcapture %} {%- endif -%} {% include avatar.html src=img class="avatar--2xl lg:avatar--3xl avatar--bordered candidate-detail__avatar" %}
{% endif %} {% if page.profiles.wikipedia or page.profiles.facebook or page.profiles.twitter or page.profiles.github or page.profiles.forum or page.profiles.redmine or page.profiles.web or page.profiles.blog %} {% include right-bar/rbar_profiles.html %} {% endif %} {% if page.partyUid %}
{% include party.html uid=page.partyUid %} {% endif %}
{% if page.mail or page.mob or page.profiles.report %}
{% if page.mob %}

Telefon

{% capture href %}tel:{{ page.mob }}{% endcapture %} {% include contact-line.html icon="ico--phone" href=href caption=page.mob %}
{% endif %} {% if page.mail %}

Email

{% capture href %}mailto:{{ page.mail }}{% endcapture %} {% include contact-line.html icon="ico--envelope" href=href caption=page.mail %}
{% endif %} {% if page.profiles.report %}

Report poslance

{% include contact-line.html icon="ico--folder" href=page.profiles.report caption="Zobrazit report" %}
{% endif %}
{% endif %} {% if page.asistenti %}

Asistenti

{% for asistent in page.asistenti %} {% include people/profile-badge.html class="badge--condensed" item=asistent description=asistent.position %} {% endfor %}
{% endif %} {% if page.office %}
{% assign kancl = page.office | first %}

Kancelář

{{ kancl.name }}

{{ kancl.address | | newline_to_br }}

{% if kancl.opening %}

Otevírací doba

{{ kancl.opening}}

{% endif %} {% endif %}