{% extends "snh/snh_base.html" %} {% block extrahead %} {% endblock %} {% block submenu %} {% for h in all_harvesters %} {% endfor %}
All users{{ h }}
{% endblock %} {% block content %}

List of users

{% for twuser in user_list %} {% endfor %}
Name Screen Name Description Followers count Friends count Statuses count Listed count
{{ twuser.name }} {{ twuser.screen_name }} {{ twuser.description }} {{ twuser.followers_count|default_if_none:"0" }} {{ twuser.friends_count|default_if_none:"0" }} {{ twuser.statuses_count|default_if_none:"0" }} {{ twuser.listed_count|default_if_none:"0" }}

List of search tag

ID Term
{% endblock %}