{% extends "district/base.html" %} {% load wagtailcore_tags wagtailimages_tags shared_filters %} {% block content %}

{{ page.title }}

{{ page.perex }}

{% for block in page.content %} {% include_block block with block_id=block.id %} {% endfor %}
{% if page.guarantor is not none %}

{{ page.root_election_page.title }}

{% include "shared/person_badge_snippet.html" with person_page=page.guarantor title="Garant bodu" %}
{% include "district/includes/election_subpage_sidebar_content.html" %}
{% endif %}
{% endblock content %}