{% trans %}Surveys{% endtrans %}
{% for survey in surveys %}
{{ survey.title }}
{% if not g.static_site %}
{% if was_survey_submitted(survey) %} {% else %} {% trans %}Fill out{% endtrans %} {% endif %}
{% endif %}
{% endfor %}