gnu-social/plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html...

7 lines
272 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} only %}
{% endfor %}
</div>