{% extends 'userena/base_userena.html' %} {% load i18n %} {% load pagination_tags %} {% load txcommontags %} {% block title %}{{ block.super }} | {% trans "Notifications" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Notifications" %}{% endblock %} {% block content_title %}
{% trans "Description" %} | {% trans "Time" %} |
---|---|
{{ date.grouper }} |
|
{{ notice.message|safe }} | {{ notice.added|timesince }} |
{{ notice.message|safe }} | {{ notice.added|timesince }} |
{% trans "Mark all unseen notices seen" %}
{% paginate %} {% else %}{% trans "No notices." %}
{% endif %}{% trans "Notification settings" %}
{% blocktrans %}You can receive notifications whenever an event occurs in Transifex. Check the notifications available for you in the list below and choose which events you would like to be notified by email.{% endblocktrans %}
{% trans "Primary email" %}: {{ user_email }}
{% url email_validation as email_validation_url %}
{% if email_validation_url %}
({% trans "change under" %} {% trans "Account" %})
{% endif %}
{% else %}
{% trans "Note" %}: {% trans "You do not have a verified email address to which notices can be sent. You can add one by going to" %} {% trans "Account" %}.
{% endif %} {% endwith %}