{% extends 'base.html.twig' %} {% block title %}Note de Frais{% endblock %} {% block body %}

Mission : {{ data.mission.name}}

Notes de frais du {{data.month}}/{{data.year}}

{# afficher les taches #} {# FORFAITS #} {{ include('note_de_frais/_forfait.html.twig') }} {# FORFAITS #} {# DEPLACEMENTS #} {{ include('note_de_frais/_deplacements.html.twig') }} {# DEPLACEMENTS #} {# HEBERGEMENTS #} {{ include('note_de_frais/_hebergements.html.twig') }} {# HEBERGEMENTS #} {# INTERVENANTS #} {{ include('note_de_frais/_intervenants.html.twig') }} {# INTERVENANTS #} {# RESTAURATIONS #} {{ include('note_de_frais/_restaurations.html.twig') }} {# RESTAURATIONS #} {# COMMUNICATIONS #} {{ include('note_de_frais/_communications.html.twig') }} {# COMMUNICATIONS #} {# REUNIONS #} {{ include('note_de_frais/_reunions.html.twig') }} {# REUNIONS #} {# DOCUMENTS #} {{ include('note_de_frais/_documents.html.twig') }} {# DOCUMENTS #}
Total ht : {{ data.totalHt }} €
TVA 20 % : {{ data.tva}} €
TTC : {{data.ttc}} €
{% endblock %}