{% include "partials/elements/_button.html.twig" with { type: 'brand', icon: '', pins: false, action: 'toggleFilterModal', text: 'Filtrer' } %}
Filtrer les transactions
{% if category or type or label or fromDate or toDate %}
{% include "partials/elements/_button.html.twig" with { type: 'warning', icon: '', pins: false, action: 'resetFilters', text: 'Réinitialiser' } %}
{% endif %}
Rechercher sur une période
{% include "partials/elements/_button.html.twig" with { type: 'brand', icon: '', pins: false, action: 'toggleFilterModal', text: 'Rechercher' } %}