{% extends 'creme_core/bricks/base/paginated-table.html' %} {% load i18n creme_bricks creme_widgets %} {% load print_field url from creme_core_tags %} {% block brick_extra_class %}{{block.super}} creme_config-notif_channels-brick{% endblock %} {% block brick_header_title %} {% brick_header_title title=_('{count} Channel') plural=_('{count} Channels') empty=verbose_name %} {% endblock %} {% comment %} TODO: uncomment when user created channel are useful (workflow-engine) {% block brick_header_actions %} {% brick_header_action id='add' url='creme_config__create_notif_channel'|url label=_('New channel') enabled=user.is_superuser %} {% endblock %} {% endcomment %} {% block brick_before_content %}