{% if result.result|length > 0 %}
{% if result.posting_filter|length > 0 %} {% for filter in result.posting_filter %} - {{ filter.f }} = {{ filter.v }} - {% endfor %} {% endif %}
{% set colspan = "" %} {% for key, value in result.display %} {% set colspan = loop.length %} {% endfor %} {% for tr, value in result.result %} {% if loop.index is even %} {% else %} {% endif %} {% for class, config in result.display %} {% endfor %} {% endfor %}
{{ result.title }}
{% if result.config %} {% endif %} {% if result.print %} {% endif %} {% if result.csv %} {% endif %}
{{ result.periode }}
{% set total_count = result.total %} {% if total_count > 0 and total_count != 0 %} {% if total_count == 1 %} {% trans %}1 result{% endtrans %} {% else %} {% trans with {'%total_count%' : total_count} %}%total_count% results{% endtrans %} {% endif %} {% endif %}
{% if value.sort == 1 %}
{% endif %}
{{ value.title }}
{% if value.sort == 1 %}
{% endif %}
{% if value.filter == 1 %} {{ "report :: filtrer" | trans }} {% endif %} {% if value.groupby == 1 %} {{ "report :: grouper" | trans }} {% endif %}
{% for key , res in value %} {% if key|lower == class %} {% if config.bound == 1 and "" not in res %} {% if key == "user" and value.user == "TOTAL" %} {{ res|raw }} {% elseif is_nav or is_doc %} {{ res|raw }} {% else %} {{ res|raw }} {% endif %} {% else %} {{ res|raw }} {% endif %} {% endif %} {% endfor %}
{% else %}
{{ result.title }}

{{ "report :: aucun resultat trouve" | trans }}
{% endif %}