{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags static core_tags i18n %} {% block content %}
{% 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 %} {{ self.get_parent_page.get_effective_image.title }} {% endif %}
{% if competition.thank_you_page %}

{{competition.thank_you_page.title}}

{% if competition.thank_you_page.subtitle %}

{{competition.thank_you_page.subtitle}}

{% else %}

{% trans 'Thanks for submitting your story! You’ll find out soon if you’re a winner!' %}

{% endif %} {% else %}

{% trans 'Thank you!' %}

{% trans 'Thanks for submitting your story! You’ll find out soon if you’re a winner!' %}

{% endif %} {% trans "HOME" %}
{% endblock %}