{%- if path %} {% trans "exported highlights document title" %}Taguette highlights: {{ path }}{% endtrans %} {%- else %} {% trans "exported highlights document title" %}Taguette highlights{% endtrans %} {% endif %} {%- if path %}

{% trans "exported highlights document title" %}Taguette highlights: {{ path }}{% endtrans %}

{%- else %}

{% trans "exported highlights document title" %}Taguette highlights{% endtrans %}

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

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

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