{% extends 'Core/base.html.twig' %}
{% block title %}Rapports : Infos Paie{% endblock %}
{% block titlePage %}
{# Barre de titre de page #}
{{ include('Core/titrePage.html.twig',{'BTGAUCHE':{'TEXTE':'RETOUR','LIEN':path('rapports'),'ICONE':'caret-left','TYPEBT':'secondary'}
,'TITRE':'INFOS PAIE'}) }}
{% endblock %}
{% block body %}
{{ include('Rapports/InfosPaie/FiltresInfosPaie.html.twig') }}
{% if TabInfosPaie['infos']|length > 0 %}
{{ include('Rapports/InfosPaie/TabInfosPaie.html.twig') }}
{% else %}
Il n'existe aucune information pour cette période.
{% endif %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ include('Core/js/DataTables.html.twig') }}
{% endblock %}