attachmentRelatedNotes.html.twig 272 B

1234567
  1. <div id="related-notes" style="margin: var(--unit-size);">
  2. {{ 'Notes where this attachment appears' | trans }}
  3. {% for note in related_notes %}
  4. {% include '/note/view.html.twig' with {'note' : note, 'hide_attachments': true} only %}
  5. {% endfor %}
  6. </div>