{% if block.profile_photo %}
{# Match sizing of person page to keep the image version count low #}
{% image block.profile_photo fill-416x416 as profile_img %}
{% else %}
{% endif %}
Pirátská strana
{% endif %}
{% if not block.is_pirate and block.other_party %}
{% if block.other_party_logo %}
{% image block.other_party_logo width-48 as logo_img %}
{% endif %}
{{ block.other_party }}
{% endif %}
{% if block.facebook_url %}
{% endif %}
{% if block.instagram_url %}
{% endif %}
{% if block.twitter_url %}
{% endif %}
{% if block.youtube_url %}
{% endif %}
{% if block.flickr_url %}
{% endif %}