Nouvel enregistrement
    {% if countDujour == 0 %}
    Aucun enregistrement trouvé !
    {% else %} {% if app.request.get('type') == 'aujourdhui' %}
    {% for bilan in bilans %} {% endfor %}
    Titre Durée Actions
    {{ 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 %} {% if (bilan.nature == "N01" or bilan.nature == "N05" or bilan.nature == "N06") and bilan.planif %} {% endif %} {% if not bilan.planif %} {% endif %}
    {{ knp_pagination_render(bilans) }}
    {% else %}
    {% endif %} {% endif %}