Recherche avancée
    {% trans %}Annuler{% endtrans %}
    {% if (app.request.get('type') == 'historique' or app.request.get('search_personnel') == app.user.id) and app.request.get('search_nature') == "" and app.request.get('search_date_debut') == "" and app.request.get('search_date_fin') == "" and app.request.get('search_personnel') == "" and app.request.get('search_bureau') == "" and app.request.get('search_service') == "" and app.request.get('search_direction') == "" and app.request.get('search_projet') == "" and app.request.get('search_module') == "" %}Mon historique {% elseif app.request.get('type') == 'historique_general' or app.request.get('search_nature') != "" or app.request.get('search_date_debut') != "" or app.request.get('search_date_fin') != "" or app.request.get('search_personnel') != "" or app.request.get('search_bureau') != "" or app.request.get('search_service') != "" or app.request.get('search_direction') != "" or app.request.get('search_projet') != "" or app.request.get('search_module') != "" %}Historique général{% endif %} Mon historique {% if app.user and is_granted('ROLE_AFFICHER_HISTORIQUE_BILAN') %} Historique général {% endif %} {% if app.user and is_granted('ROLE_EXPORTER_HISTORIQUE_VERS_EXCEL') %} {% endif %}

    {% if countHisto == 0 %}
    Aucun enregistrement trouvé !
    {% else %}
    {% if app.request.get('type') == 'historique_general' or app.request.get('search_nature') != "" or app.request.get('search_date_debut') != "" or app.request.get('search_date_fin') != "" or app.request.get('search_personnel') != "" or app.request.get('search_bureau') != "" or app.request.get('search_service') != "" or app.request.get('search_direction') != "" or app.request.get('search_projet') != "" or app.request.get('search_module') != "" %} {% endif %} {% for bilan in bilans %} {% if app.request.get('type') == 'historique_general' or app.request.get('search_nature') != "" or app.request.get('search_date_debut') != "" or app.request.get('search_date_fin') != "" or app.request.get('search_personnel') != "" or app.request.get('search_bureau') != "" or app.request.get('search_service') != "" or app.request.get('search_direction') != "" or app.request.get('search_projet') != "" or app.request.get('search_module') != "" %} {% endif %} {% endfor %}
    TitreRéalisé parDate Durée
    {{ constant('App\\Entity\\Bilan::NATURE')[constant('App\\Entity\\Bilan::'~bilan.nature)] }}: {% if bilan.planif != 1 %} {{bilan.titre}} {% elseif bilan.nature == "N09" %} {% if bilan.action.titre!= null %} {{ bilan.action.titre }} {% else %} {{ bilan.action.intitule.label }} {% if bilan.action.projet is not null %} ( {{bilan.action.projet.intitule}} {% if bilan.action.modules is not null %}: {{bilan.action.modules.label}} {% endif %} ) {% endif %} {% endif %} {% elseif bilan.nature != "N09" %} {{bilan.evenement.title}} {% if bilan.projet %} ( {{bilan.projet.intitule}} {% if bilan.module %}: {{bilan.module.label}} {% endif %} ) {% endif %} {% endif %} user {{ bilan.User.lastName }} {{ bilan.User.firstName }}
    {{bilan.datePlanif|date('d-m-Y', false)}} {% if bilan.duree != "" and bilan.duree != null %} {{bilan.duree}} {% if bilan.duree > 1.5 %}heures{% else %}heure{% endif %} {% elseif bilan.nature == "N09" %} Pas d'avancement {% else %} 0 heure {% endif %}
    {{ knp_pagination_render(bilans) }}
    {% endif %}