{% if post.context.repost and post.context.repost.reposting %}
{{ components::repost(repost=reposting, post=post, owner=owner, community=community, show_community=true, can_manage_post=can_manage_posts) }}
{% else %}
{{ components::post(post=post, owner=owner, question=question, community=community, show_community=true, can_manage_post=can_manage_posts) }}
{% endif %}
{{ icon "repeat-2" }}
{{ text "communities:label.reposts" }}
{% for post in list %}
{% endfor %} {{ components::pagination(page=page, items=list|length,
key="quotes", value="false") }}
{{ components::avatar(username=post[1].username,
size="24px", selector_type="username") }}
{{ components::full_username(user=post[1]) }}