{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Mes dépenses{% endblock %} {% block content %}
Gérez et suivez vos notes de frais
| Référence | Titre | Catégorie | Montant | Date | Statut | Actions |
|---|---|---|---|---|---|---|
| {{ expense.reference }} |
{{ expense.title|u.truncate(40) }}
|
{% if expense.category %} {{ expense.category.name }} {% endif %} | {{ expense.formattedAmount }} | {{ expense.expenseDate|date('d/m/Y') }} | {{ expense.statusLabel }} |