{% macro historique_body(titre="Historique", soustitre=None, historique={}) %} {% if historique["liste_dates"]|length > 0 %} {% if titre not in ("", None) %} {% endif %} {% endif %} {% endmacro %} {% macro historique_scripts(historique={}, page="") %} {% if historique["liste_dates"]|length > 0 %} {% endif %} {% endmacro %}