diff --git a/creme/billing/templates/billing/bricks/exporters.html b/creme/billing/templates/billing/bricks/exporters.html index 5adac14f2..377c3da94 100644 --- a/creme/billing/templates/billing/bricks/exporters.html +++ b/creme/billing/templates/billing/bricks/exporters.html @@ -4,6 +4,10 @@ {% block brick_extra_class %}{{block.super}} billing-exporters-brick{% endblock %} +{% block brick_header_title %} + {% brick_header_title title=verbose_name icon='config' %} +{% endblock %} + {% block brick_table_columns %} {% brick_table_column title=_('Type') status='primary' %} {% brick_table_column title=_('Exporter') %}