{% extends 'creme_core/bricks/base/paginated-table.html' %} {% load i18n creme_bricks creme_widgets %} {% load url from creme_core_tags %} {% block brick_extra_class %}{{block.super}} creme_config-notif_channel_configs-brick{% endblock %} {% block brick_header_title %} {% brick_header_title title=_('{count} Channel') plural=_('{count} Channels') empty=verbose_name %} {% endblock %} {% block brick_table_columns %} {% brick_table_column title=_('Name') status='primary' %} {% brick_table_column title=_('Description') %} {% brick_table_column title=_('Receive notifications on') %} {% brick_table_column title=_('Action') status='action' %} {% endblock %} {% block brick_table_rows %} {% for channel in page.object_list %}