{{ survey.title }}
{% if survey.is_active %}
{% trans -%}
The survey is live.
{%- endtrans %}
{% elif survey.has_ended %}
{% trans -%}
The survey finished.
{%- endtrans %}
{% else %}
{% trans -%}
The survey is not running.
{%- endtrans %}
{% endif %}