{% set url = null %} {% if options.route is defined %} {% set url = path(options.route, options.routeOptions|default([])) %} {% endif %}

{% 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 %} {{ unit|default('') }}

{{ title|trans }}

{% if not url is empty %} {{ 'more.info.link'|trans }} {% endif %}