{% extends 'crudity/waiting-actions.html' %} {% load i18n creme_bricks creme_widgets %} {% block page_title %}{% translate 'Synchronization of incoming emails with Creme' %} - {% endblock %} {% block extrahead %} {# TODO: the 'refresh' button should be disabled when the page it loaded, & be enabled after the first automatic refreshing #} {% endblock %} {% block content %}
{% 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 %}