{% load wagtailcore_tags wagtailimages_tags shared_filters %} {% if not is_outside_block %}
{% endif %}
{% if guarantor_page %}
Garant programového bodu:
{% with self.page.specific.get_profile_image as profile_image %} {% if profile_image %} {% image profile_image fill-150x150 class="w-10 h-10 opacity-75 m-0 p-0 rounded-full" %} {% endif %} {% endwith %} {{ guarantor_page.title }}
{% endif %} {% if content %}
{{ content|richtext }}
{% else %} {% for block in self.content %} {% include_block block %} {% endfor %} {% endif %}
{% if not is_outside_block %}
{% endif %}