{% import "dashboard/macro/chart_bar_for_product.html.twig" as macro %} {% extends '@InstallBois/index.html.twig' %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {# #} {{ parent() }} {% endblock %} {% block breadcrumb %} {# Cette partie nous sert uniquement à tester rapidement les différents niveau d'accès en fonction des roles il faudra le supprimé lorsque tout sera bien configuré #} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {#
#} {#
#} {# ################# #} {#
#} {% endblock %} {% block page_content_start %} {{ parent() }} {% endblock %} {% block page_content %} {% if productsOfManufacturer['displayDevice'] %}
{{ macro.chart( 'DevicesChart', 'Statuts de mes appareils par nombre', productsOfManufacturer['device'], ['En cours', 'Demande d’approbation', 'Base IB', 'Demandes de supression', 'Archivés', 'Produits non confirmés'], ['#FCAF03', '#FF6600', '#47C7BB', '#008080', '#7F3300', '#CC0000'], ) }}
{% endif %} {% if productsOfManufacturer['displayDuct'] %}
{{ macro.chart( 'DuctsChart', 'Statuts de mes conduits par nombre', productsOfManufacturer['duct'], ['En cours', 'Demande d’approbation', 'Base IB', 'Demandes de supression', 'Archivés', 'Produits non confirmés'], ['#FCAF03', '#FF6600', '#47C7BB', '#008080', '#7F3300', '#CC0000'], ) }}
{% endif %} {% endblock %}