{% extends get_master_template %} {% load static i18n %} {% block extra_css %} {% endblock %} {% block content %}

{% trans 'Thank you for completing this survey' %}

{% if object.success_page_content %} {{ object.success_page_content|safe }} {% else %} {% trans "I really appreciate your effort and the time you devoted to filling the questionnaire. Your answers will help us." %} {% endif %}

{% endblock %}