{% extends 'base.html.twig' %} {% block title %}Exports{% endblock %} {% block importmap %} {{ importmap(['app', 'module']) }} {% endblock %} {% block body %}

Exports

{% set title = 'Taux de conversion des Rappels' %} {% set title = '' ~ title ~ '' %} {% include '_index_module_item.html.twig' with { 'one' : title, 'two' : '', 'three' : '' , 'four' : '', } %}
{% endblock %}