{% if competition.thank_you_page.get_parent_page.get_effective_image %}
{% image competition.thank_you_page.get_parent_page.get_effective_image width-98 as tmp_photo %}
{% endif %}
{% load_thank_you_page_for_competition competition as thank_you_pages %}
{% if thank_you_pages %}
{% for page in thank_you_pages %}
{{page.title}}
{% if page.subtitle %}
{{page.subtitle}}
{% endif %}
{% if page.body %}
{% for block in page.body %}
{% if block.block_type == 'heading' %}
{{ block.value }}
{% else %}
{% if block.block_type == 'image' %}
{% image block.value width-240 %}
{% else %}
{% if block.block_type == 'numbered_list' %}
{% for item in block.value %}