{%- if path %}
{% 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 %}