{{_("Sort:")}}
{% if request.args.get('orderby') == 'like' %} {{_('time')}} {{_('likers')}} {% else %} {{_('time')}} {{_('likers')}} {% endif %}
{% if replies.items %} {% if setting.rep_list == 1 or (g.user.is_authenticated and setting.rep_list == 2) or (g.user.is_authenticated and g.user.username == g.user_url) %} {% for reply in replies.items %}
{{_('replied %(title)s created by %(author)s',title=link_base.topic(reply.topic),author = link_base.user(reply.author))}}

{{ reply.content | safe_clean }}

{{_('replied time:')}}{{ reply.publish | timesince }}
{% endfor %} {{ p_footer(replies,'user.reply')}} {% else %}
{{_("Due to user's setting,the list have been hidden.")}}
{% endif %} {% else %}
{{_('No Reply')}}
{% endif %}