{% extends "base.html" %} {% block title %}Rapports {{ year }}{% endblock %} {% block content %}
Rapports
Kilométrage {{ year }}
{% if total_km %}Aucun déplacement enregistré pour {{ year }}.
{% endif %}Frais réels — barème {{ year }}
Déduction fiscale estimée · véhicules motorisés uniquement
{% if frais_reels %}Aucune donnée pour {{ year }}.
{% endif %}Répartition {{ year }}
{% if day_type_counts %}Aucune entrée pour {{ year }}.
{% endif %}Détail mensuel
{% for month_num in range(1, 13) %} {% set m = monthly_data[month_num] %}{{ m.month_name }}
{{ m.entry_count }} jAucune entrée
{% else %} {# --- Barre transport --- #} {% if m.km_total > 0 %}{{ m.km_total }}km
Aucun déplacement
{% endif %} {# --- Stats temporelles --- #}Médiane / jour
{{ m.median_daily_str }}
Médiane / semaine
{{ m.median_weekly_str }}