9 lines
327 B
Twig
9 lines
327 B
Twig
<section class="section-widget section-widget-padded">
|
|
<div class="section-title">
|
|
{{ 'Notes related' | trans }}
|
|
</div>
|
|
|
|
{% for note in related_notes %}
|
|
{% include '/cards/note/view.html.twig' with {'note' : note, 'hide_attachments': true, 'have_user': have_user} only %}
|
|
{% endfor %}
|
|
</section> |