{{ hp.user.show_name }}
{{ hp.user.user_name }}
{{ hp.user.sign }}
关注数: {{ hp.user.follow_num|intsep }}
粉丝数: {{ hp.user.fan_num|intsep }}
发帖数: {{ hp.user.post_num|intsep }}
关注贴吧数: {{ hp.user.forum_num|intsep }}
{% for t in hp.objs %}
{{ t.text }}
{% endfor %}
{% if pn > 1 %}
首页
{% endif %} {% for i in range(5) %} {% set np = pn - 5 + i %} {% if np > 0 %}
{{ np }}
{% endif %} {% endfor %}
{{ pn }}
下一页