{% extends "ddm/public/base.html" %} {% load static i18n %} {% block content %}
{% if object.debriefing_text == None %}

{% translate "Thank you very much!" %}

{% translate "You have reached the end of the study and can now close this window." %}

{% else %} {{ debriefing | safe }} {% endif %}
{% if object.redirect_enabled %} {% translate 'Leave Page  ›' %} {% endif %}
{% endblock content %}