{# bfx/empty_state.html — Empty state placeholder macro #} {% macro empty_state(message="No items found.", action_label=none, action_url=none, attrs={}) %}

{{ message }}

{% if action_label and action_url %} {{ action_label }} {% endif %}
{% endmacro %}