{% import '/cards/macros/note/factory.html.twig' as NoteFactory %} {% trans %}Related notes{% endtrans %} {% for note in related_notes %} {% set args = { 'type': 'vanilla_compact', 'note': note } %} {{ NoteFactory.constructor(args) }} {% endfor %}