{% load i18n %}
{% if openhumansmember.surveyaccount.daily_emails_activated %}

{% blocktrans %}The daily emails are activated. You can choose to deactivate them, without withdrawing your consent to participate in the survey. Your past responses will stay usable.{% endblocktrans %}

{% else %}

{% blocktrans %}You have chosen to deactivate the daily emails. Your past responses will stay usable.{% endblocktrans %}

{% endif %}
{% csrf_token %}