{% extends 'base.html.twig' %} {% block title %}Agrope CRM{% endblock %} {% block body %} {% for ca in dataListsCa %} {% endfor %}
{% for item in items %} {% if item.key != 'dossier-new_link' %} {% set redirect_path= item.path %}

{{ item.subtitle }}

{% else %}

{{ item.subtitle }}

{% endif %} {% endfor %}
{% endblock %}