{% if action == "add" or action == "edit" %}
{% if action == "add" %} Nouvelle {% elseif action == "edit" %} Modifier {% endif %} action

{{ include('Actions/actions/nouvelle_action.html.twig') }}
{% endif %}


{% if app.request.get('type') == "mine" or app.request.get('type') == "en_cours" %} {{ include('Actions/tabs/list.html.twig') }} {% else %} {{ include('Actions/tabs/list_historique.html.twig') }} {% endif %}