{%- trans %}The survey is private{% endtrans -%}
{% trans -%}
Share the secret link with anyone you want to submit a response.
{%- endtrans %}
{% extends 'events/surveys/management/_survey_base.html' %} {% set has_users = submitted_surveys|rejectattr('is_anonymous')|any %} {% block content %} {% if survey.private and survey.state.name in ('active_and_clean', 'active_and_answered') %}
{% trans %}ID{% endtrans %} | {% trans %}Submitted{% endtrans %} | {% trans %}User{% endtrans %} | {% if has_users %}{% trans %}Email{% endtrans %} | {% endif %}
---|