2021-09-17 00:27:28 +09:00
|
|
|
<section class="section-widget section-widget-padded">
|
|
|
|
<div class="section-title">
|
|
|
|
{{ 'Notes related' | trans }}
|
|
|
|
</div>
|
|
|
|
|
2021-04-30 09:51:59 +09:00
|
|
|
{% 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 %}
|
2021-09-17 00:27:28 +09:00
|
|
|
</section>
|