{% macro render(status) %} {% if status == 1 %} Créé {% endif %} {% if status == 2 %} Images uploadées {% endif %} {% if status == 3 %} Terminé {% endif %} {% endmacro %}