{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags static core_tags i18n %} {% block content %}
{% if self.thank_you_page.get_parent_page.get_effective_image %} {% image self.thank_you_page.get_parent_page.get_effective_image width-98 as tmp_photo %} {{ self.get_parent_page.get_effective_image.title }} {% endif %}
{% trans "Share your story" %}

{{self.title}}

{{self.description}}

{% if request.user.is_authenticated %} {% trans "Enter" %} {% else %} {% trans "Log in to Enter" %} {% endif %}
{% endblock %}