2021-04-30 09:51:59 +09:00
|
|
|
<div id="related-notes" style="margin: var(--unit-size);">
|
|
|
|
{{ 'Notes where this attachment appears' | trans }}
|
|
|
|
{% for note in related_notes %}
|
2021-08-12 07:42:08 +09:00
|
|
|
{% include '/note/view.html.twig' with {'note' : note, 'hide_attachments': true, 'have_user': have_user} only %}
|
2021-04-30 09:51:59 +09:00
|
|
|
{% endfor %}
|
|
|
|
</div>
|