{% extends "authopenid/base_profile.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Notifications" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Notifications" %}{% endblock %} {% block content_title %}

{% trans "Notification settings" %}

{% endblock %} {% block extra_head %} {% endblock %} {% block body %}
{% with user.email as user_email %} {% if user_email %}

{% blocktrans %}You can receive notifications whenever an event occurs in Transifex. Check the notifications available for you on the list bellow and choose which events you would like to be notificated by email.{% endblocktrans %}

{% trans "Primary email" %}: {{ user_email }}
({% trans "change under" %} {% trans "Account" %}) {% 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 %}
{% for header in notice_settings.column_headers %} {% endfor %} {% for row in notice_settings.rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{% trans "Notification Type" %}{{ header }}
{% trans row.notice_type.display %}
{% trans row.notice_type.description %}
{% endblock %}