{% extends 'base.html' %} {% block title %}Statistiques{% endblock %} {% block content %}
| Client | Commandes | Marge moy. | CA total |
|---|---|---|---|
| {{ c.name }} | {{ c.jobs }} | {{ c.avg_margin }}% |
{{ c.revenue }} €
{% if total_rev > 0 %}
|
| Mois | Cmds | CA |
|---|---|---|
| {{ m.month }} | {{ m.jobs }} |
{{ m.revenue }} €
{% if max_rev > 0 %}
|