{% set favorites = favorite_timesheets(app.user, 10) %} {% if favorites|length > 0 %} {% from 'macros/widgets.html.twig' import label_customer, label_project, label_activity %} {% set class = "btn-outline-white" %} {% if tabler_bundle.isDarkMode() or tabler_bundle.isNavbarOverlapping() %} {% set class = "btn-dark" %} {% endif %} {% endif %}