7 lines
296 B
Twig
7 lines
296 B
Twig
<div id="related-notes" style="margin: var(--unit-size);">
|
|
{{ 'Notes where this attachment appears' | trans }}
|
|
{% for note in related_notes %}
|
|
{% include '/note/view.html.twig' with {'note' : note, 'hide_attachments': true, 'have_user': have_user} only %}
|
|
{% endfor %}
|
|
</div>
|