{{_('Sort:')}}
{% if request.args.get('orderby') == 'vote' %} {{_('time')}} {{_('vote')}} {% else %} {{_('time')}} {{_('vote')}} {% endif %}
{% if topics.items %} {% if setting.topic_list == 1 or (setting.topic_list == 2 and g.user.is_authenticated) or (g.user.is_authenticated and g.user.username == g.user_url) %} {% for topic in topics.items %}
{{ topic.board.board }} {{ link_base.topic(topic) }}
{{_('create time:')}}{{ topic.publish | timesince }} ยท {{ _('the last reply published by %(author)s',author=link_base.user(topic.author.username))}}
{% endfor %} {{ p_footer(topics,'user.topic')}} {% else %}
{{_("Due to user's setting,the list have been hidden.")}}
{% endif %} {% else %}
{{_('No Topic')}}
{% endif %}