{% extends 'crudity/waiting-actions.html' %} {% load i18n creme_bricks creme_widgets %} {% block page_title %}{% translate 'Synchronization of incoming emails with Creme' %} - {% endblock %} {% block content %}
{% widget_icon name='email' size='brick-hat-bar' label=_('Emails') %}

{% translate 'Synchronization of incoming emails with Creme' %}

{% if bricks %} {% brick_declare bricks %} {% brick_display bricks %} {% brick_end %} {% else %} {% widget_help_sign message=_('The synchronization of external emails is not configured ; contact your administrator if you want this feature to be enabled.') %} {% endif %} {% endblock %}