{% load wagtailcore_tags wagtailimages_tags static core_tags i18n %} {% block content %} {% if competitions %} {% for competition in competitions %} {% if forloop.first %}

{% trans "Competition" %}

{% 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 %} {{ competition.get_parent_page.get_effective_image.title }} {% endif %}
{% trans "Share your story" %}
{% endif %}

{{competition.title}}

{{competition.description}}

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