{% load wagtailcore_tags wagtailimages_tags shared_filters %}
{% if guarantor_page %}
Garant programového bodu:
{% if guarantor_page.profile_image %} {% image guarnator_page.profile_image fill-150x150 class="w-10 h-10 opacity-75 m-0 p-0 rounded-full" %} {% endif %} {{ guarantor_page.title }}
{% endif %}
{{ content|richtext }}