{% 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 result.total > 0 and result.total != 0 %} {% trans %} Number of result {% plural total_count %} Number of results {% endtrans %} : {{ result.total }} {% endif %}
{% if value.sort == 1 %}
{% endif %}
{{ value.title }}
{% if value.sort == 1 %}
{% endif %}
{% if value.filter == 1 %} {% trans "report :: filtrer" %} {% endif %} {% if value.groupby == 1 %} {% trans "report :: grouper" %} {% endif %}
{% for key , res in value %} {% if key == 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 }}

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