{{ utils.display_object(replies_tree_node.ap_object, is_h_entry=False) }}
{% endif %}
{% endif %}
{% for child in replies_tree_node.children %}
{{ display_replies_tree(child) }}
{% endfor %}
{% endmacro %}
{{ display_replies_tree(replies_tree) }}