{% extends 'creme_core/bricks/base/table.html' %} {% load i18n creme_bricks creme_widgets %} {% load url from creme_core_tags %} {% block brick_extra_class %} {{block.super}} creme_config-world_settings-brick{% endblock %} {% block brick_header_title %} {% brick_header_title title=verbose_name icon='config' %} {% endblock %} {% block brick_table_columns %} {% brick_table_column title=_('Key') status='primary' %} {% brick_table_column title=_('Value') %} {% brick_table_column title=_('Action') status='action' %} {% endblock %} {% block brick_table_rows %}