{% load unfold %} {% if icon %} {{ icon }} {% else %} {% if status == 'active' or status == 'healthy' or status == 'success' %} check_circle {% elif status == 'warning' or status == 'pending' %} warning {% elif status == 'error' or status == 'failed' %} error {% elif status == 'inactive' %} cancel {% elif status == 'info' or status == 'processing' %} info {% endif %} {% endif %} {{ text|default:status|title }}