{% extends "base.html" %} {% block content %}


{{ _('Task completed!') }}


{{ _('You have completed the rating task. Thank you for your participation.') }}

{{ _('Return Home') }}
{% endblock %}