{% extends 'survey/base.html' %} {% load i18n %} {% block title %}{% trans "Survey submitted" %}{% endblock title %} {% block body %}

{% trans "Survey submitted"%}

{% trans "Thanks! Your answers have been saved" %}
{% if response.survey.editable_answers %}
{% trans "You can always come back and change them." %}
{% endif %}

{% endblock %}