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

{% trans "Survey completed" %}

{% trans "Sorry! Your already replied to our survey" %} "{{ survey.name }}".

{% trans "Back to survey list" %}

{% endblock %}