{% set favorites = favorite_timesheets(app.user, 10) %} {% if favorites|length > 0 %} {% from 'macros/widgets.html.twig' import label_customer, label_project, label_activity %} {% endif %}