{% comment %} Onglet "Mes tableaux de bord" du compte lecteur {% endcomment %}
{% if dashboards.1 %} {% endif %} {% if dashboard %}

{{ dashboard.name }}

{% for section in sections %}

{{ section.title }}

{% for row in section.rows %}
{% for widget in row.widgets %}

{{ widget.name }}

{{ widget.content }}
{% endfor %}
{% endfor %}
{% endfor %}
{{ stats_view }} {% else %}

{{ msg.opac_dashboard_none }}

{% endif %}