{% set url = null %} {% if options.route is defined %} {% set url = path(options.route, options.routeOptions|default([])) %} {% endif %} {% set color = options.color|default('green') %}
{{ icon(options.icon, true) }}
{% if data is iterable %} {{ 'Invalid data' }} {% else %} {% block widget_data %} {{ data }} {% endblock %} {% endif %} {{ unit|default('') }}