{{ text "communities:label.create_reply" }}
{{ icon "newspaper" }}
{{ text "communities:label.replies" }}
{% for post in replies %}
{{ components::post(post=post[0], owner=post[1], secondary=true, show_community=false) }}
{% endfor %}
{{ components::pagination(page=page, items=replies|length) }}