{% extends BASE_HTML %} {% load i18n creme_bricks creme_widgets %} {% load url from creme_core_tags %} {% block page_title %}{% translate 'Waiting actions' %} - {% endblock %} {% block head %} {{block.super}} {# 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=_('No external data source is configured. Please contact your administrator (settings.CRUDITY_BACKENDS).') %} {% endif %} {% endblock %}