{% for item in statuses %}
{{ item.user.screen_name }} : {{ item.text }} {% if item.thumbnail_pic %}
{% endif %} {% if item.retweeted_status %}
@{{ item.retweeted_status.user.screen_name }} : {{ item.retweeted_status.text }} {% if item.retweeted_status.thumbnail_pic %}
{% endif %}
{% endif %}
{% endfor %}
{% if uid %} 显示更多... {% else %} 显示更多... {% endif %}