{% extends 'creme_core/base.html' %} {% load i18n creme_bricks creme_widgets %} {% load url from creme_core_tags %} {% block page_title %}{% translate 'Waiting actions' %} - {% 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 %}
{% translate 'Waiting actions' as title %}
{% widget_icon name='email' size='brick-hat-bar' label=title %}

{{title}}

{% brick_bar_button action='crudity-hatbar-refresh' label=_('Refresh') url='crudity__refresh_actions'|url icon='refresh' %}
{% 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 %}