{% import '/cards/macros/note/factory.html.twig' as NoteFactory %}
{% for reply in conversation.replies %} {% set args = reply | merge({ 'type': 'vanilla_full'}) %} {{ NoteFactory.constructor(args) }} {% endfor %} {% if conversation.show_more %} {{ trans({ '1': 'Show an additional reply', 'other': 'Show # additional replies' }, {'count': (conversation.total_replies - config('plugin_tree_notes', 'feed_replies'))}) }} {% endif %}