{% extends "sakai/evaluation/base.html" %}{% load i18n %} {% block content %}

{% trans "Current surveys" %}

{% if submitted %}
{% trans "Thank you for taking part in the survey; your responses have been safely submitted." %}
{% endif %}
{% if evaluations %} {% else %} {% if suppress_evaluations %} {% else %}
{% trans "There are currently no surveys available to complete." %}
{% endif %} {% endif %}
{% endblock %}