{% extends 'base.html.twig' %} {% block title %}Stats Contributions pour {{ campagn.title }}{% endblock %} {% block body %}
{#

Cart

#}

Evolution des contributions

{{ campagn.title }}

{% if max >0 %} {{ render_chart(chart) }} {% else %}

Il n'ya pas encore de contributions

{% endif %}
{% endblock %}