{# Empty State Component Params: icon: string (required) — Font Awesome class e.g. 'fa-inbox' title: string (required) description: string (optional) action_label: string (optional) — CTA button text action_url: string (optional) — CTA button link action_icon: string (optional) — CTA button icon class: string (optional) #}
{{ description }}
{% endif %} {% if action_url is defined and action_url %} {% if action_icon is defined and action_icon %} {% endif %} {{ action_label|default('Action') }} {% endif %}