{%- if path %}

{% trans %}Taguette highlights: {{ path }}{% endtrans %}

{%- else %}

{% trans %}Taguette highlights{% endtrans %}

{% endif %} {% for id, snippet, document, tags in highlights %} {{ snippet |safe }}

{% trans doc=document %}Document: {{ doc }}{% endtrans %} {% trans %}Tags:{% endtrans %} {%- for tag in tags %} {{ tag }} {%- if not loop.last %},{% endif %} {%- endfor %}

{%- if not loop.last %}
{%- endif %} {% endfor %}