{% extends 'events/surveys/management/survey_actions/active.html' %} {% block label %} {% trans %}Survey finished{% endtrans %} {% endblock %} {% block survey_icon_classes -%} survey-finished {%- endblock %} {% block text %} {% set tz = survey.event.tzinfo %} {% trans date=survey.end_dt|format_date(timezone=tz), time=survey.end_dt|format_time(timezone=tz) -%} Closed on {{ date }} at {{ time }} ({{ tz }}) {%- endtrans %} {% endblock %} {% block now_button %}
{% trans %}Reopen now{% endtrans %}
{% endblock %}