{% extends 'user/layout.html.twig' %} {% import "macros/widgets.html.twig" as widgets %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('chart') }} {% endblock %} {% block head %} {{ parent() }} {{ encore_entry_script_tags('chart') }} {% endblock %} {% block profile_content %} {% if years is empty %} {{ widgets.callout('warning', 'error.no_entries_found') }} {% endif %} {% for year,yearStat in years %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_title %}{{ year }}{% endblock %} {% block box_body %}
{% endblock %} {% endembed %} {% endfor %} {% endblock %}