Liste des menus
Nom | Prix | Code barre | Produits | Actif | Administrer |
---|---|---|---|---|---|
{{ menu.name }} | {{ menu.amount}} € | {{ menu.barcode }} | {% for art in menu.articles.all %}{{art}},{% endfor %} | {{ menu.is_active | yesno:"Oui, Non"}} | {% if perms.gestion.change_menu %}{% if menu.is_active %}Désa{% else %}A{% endif %}ctiver Modifier{% endif %} |