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

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

{%- else %}

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

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

{% trans "exported highlight details" doc=document %}Document: {{ doc }}{% endtrans %}

{%- if collection %}

{% trans "exported highlight details" %}Collection:{% endtrans %} {{ collection }}

{%- endif %}

{% trans "exported highlight details" %}Codes:{% endtrans %} {%- for tag in tags %} {{ tag }} {%- if not loop.last %},{% endif %} {%- endfor %}

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