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 }}
{% else %}
{% for block in self.content %}
{% include_block block %}
{% endfor %}
{% endif %}