{% macro table(title, titleLeft, titleRight, object, dmin, dmax, unite, sbasid) %} {% if object|length > 0 %} {% for key, value in object %} {% if value.id == "false" %} {% else %} {% if sbasid == "true" %} {% else %} {% endif %} {% endif %} {% endfor %}
{{ title }}
{{ titleLeft }} {{ titleRight }}
{{ value.lib|e }}{{ value.lib|e }}{{ value.lib|e }}{{ unite == "true" ? value.nb | formatOctets : value.nb }}
{{ dmin }} - {{ dmax }}
{% endif %} {% endmacro %} {% macro top_ten_question(home_title, title_left, title_right, item, dmin, dmax)%} {% if item|length > 0 %} {% for key, value in item %} {% endfor %}
{% trans with {'%home_title%' : home_title} %}report:: Volumetrie des questions posees sur %home_title%{% endtrans %}
{{ title_left }} {{ title_right }}
{{ value.lib|e }} {{ value.nb }}
{{ dmin }} - {{ dmax }}
{%endif%} {% endmacro %} {% macro connexion_download(title, title_left, title_right, itemco, itemdl, dmin, dmax ) %}
{{ title }}
{{ title_left }} {{ title_right }}
{{ itemco }} {{ itemdl }}
{{ dmin }} - {{ dmax }}
{% endmacro %} {% macro table_activity( id, title, title_abscisse, item) %} {% if item|length > 0 %} {% for key in item|keys %} {% endfor %} {% for value in item %} {% endfor %}
{{ title }}
{{ key }}
{% if title_abscisse|length > 0 %} {{ title_abscisse }} {% endif %} {{ value }}
{% endif %} {% endmacro %}