{% set url = null %} {% if options.route is defined %} {% set url = path(options.route, options.routeOptions|default([])) %} {% endif %}
{% if not url is empty %}{% endif %} {{ title|trans }} {% if data is iterable %} {{ 'Invalid data' }} {% else %} {% block widget_data %} {% if options.dataType == 'duration' %} {% set data = data|duration %} {% elseif options.dataType == 'money' %} {% set data = data|money %} {% endif %} {{ data }} {% endblock %} {% endif %} {% if not url is empty %}{% endif %}