{% macro status_icon(status) %} {% if status == 'healthy' %} {% elif status == 'degraded' %} {% else %} {% endif %} {% endmacro %}