{% set url = null %} {% if options.route is defined %} {% set url = path(options.route, options.routeOptions|default([])) %} {% endif %} {% set color = options.color|default('green') %}
{{ title|trans }}
{% block widget_data %} {{ data }} {% endblock %}