{% extends 'styleguide2/includes/organisms/header/person_header.html' %} {% load static wagtailimages_tags %} {% block after_function %} {% if is_pirate %}
Logo Pirátské strany Člen(ka) Pirátské strany
{% elif other_party_name %} {% if other_party_image_source %} {% image other_party_image_source max-200x200 as other_party_image %} {% endif %}
{% if other_party_image_source %} Logo strany '{{ other_party_name }}' {% endif %} {{ other_party_name }}
{% endif %}
{% endblock %}