{% extends 'base.html' %} {% block title %}Dashboard Boutique{% endblock %} {% block content %}

Dashboard Boutique {{ boutique.code }}

Total produits: {{ total_products }}

Accès rapides
{% if boutique.code == 'AGS' %} Produits Commandes Inventaire Créer une commande {% elif boutique.code == 'ESTS' %} Produits Commandes Inventaire Créer une commande {% elif boutique.code == 'TSS' %} Produits Commandes Inventaire Créer une commande {% endif %}
{% endblock %}