{% extends 'events/surveys/management/survey_actions/_base.html' %} {% block label %} {% trans %}Survey is live{% endtrans %} {% endblock %} {% block survey_icon_classes -%} survey-active {%- endblock %} {% block text %} {% if not survey.end_dt %} {% trans %}Close now or schedule the deadline{% endtrans %} {% else %} {% set tz = survey.event.tzinfo %} {% trans date=survey.end_dt|format_date(timezone=tz), time=survey.end_dt|format_time(timezone=tz) -%} Scheduled to close on {{ date }} at {{ time }} ({{ tz }}) {%- endtrans %} {% endif %} {% endblock %} {% block buttons %}
{% block now_button %}
{% endblock %} {% endblock %}