{% block content %}

{% trans %}Notifications & communication{% endtrans %}

{% trans %}Push notifications{% endtrans %}
{% trans %}E-mail{% endtrans %}
{% if app.user.phone is not empty %}
{% trans %}SMS{% endtrans %}
{% endif %} {% if single is defined and single %}
{% endif %}
{% endblock %}