2021-09-16 16:27:28 +01:00
|
|
|
<section class="section-widget section-widget-padded">
|
|
|
|
<div class="section-title">
|
|
|
|
{{ 'Notes related' | trans }}
|
|
|
|
</div>
|
|
|
|
|
2021-04-30 01:51:59 +01:00
|
|
|
{% for note in related_notes %}
|
2021-10-04 12:17:14 +01:00
|
|
|
{% include '/cards/note/view.html.twig' with {'note' : note, 'hide_attachments': true, 'have_user': have_user} only %}
|
2021-04-30 01:51:59 +01:00
|
|
|
{% endfor %}
|
2021-09-16 16:27:28 +01:00
|
|
|
</section>
|