{% macro default(data) %} {% if true == data %}
{{ ux_icon('tabler:check', {'class': 'icon text-green'}) }}
{% else %}
{{ ux_icon('tabler:x', {'class': 'icon icon-sm text-secondary'}) }}
{% endif %} {% endmacro %}