{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Services POS{% endblock %} {% block content %}
Catalogue de services de {{ company.name }}
| Service | Categorie | Type | Prix | Duree | Statut | Actions |
|---|---|---|---|---|---|---|
|
{{ service.name }}
{% if service.sku %} {{ service.sku }} {% endif %}
|
{% if service.category %} {{ service.category.name }} {% else %} — {% endif %} | {% if service.serviceType %} {{ service.serviceType }} {% endif %} | {{ service.price|number_format(0, ',', ' ') }} FCFA | {% if service.estimatedDuration %}{{ service.estimatedDuration }} min{% else %}—{% endif %} | {% if service.isActive %} Actif {% else %} Inactif {% endif %} |