{% extends 'backoffice/base.html' %} {% block title %} Tableau de bord Ecolux BTP {% endblock %} {% block content %} {% block dashcontent %} AZ Tableau de bord Année {{current_year}} Clients {{customers_count}} Prestations {{prestations_count}} Employés {{employees_count}} {% for chart in charts %} {% if chart.type == "bar" %} {{ chart.title }} {% endif %} {% endfor %} {% endblock dashcontent %} {% endblock content %}
{{ chart.title }}