{# Table Macros ============ Reusable table components. Usage: {% from 'shared/macros/tables.html' import table_wrapper, table_header, table_empty_state %} {% call table_wrapper() %} {{ table_header(['Name', 'Email', 'Status', 'Actions']) }}
... {% endcall %} #} {# Table Wrapper ============= Wraps the table with proper overflow and shadow styling. #} {% macro table_wrapper(class_extra='') %}{{ title }}
{% if x_message %} {% elif message %}{{ message }}
{% elif has_filters %}Try adjusting your search or filters
{% endif %}{% if not is_dynamic %}{{ text }}{% endif %}
{% else %} {% if is_dynamic %} {% else %} {{ text }} {% endif %} {% endif %}{{ message }}