{% extends "snh/snh_base.html" %} {% block extrahead %} {% endblock %} {% block submenu %}
All users | {% for h in all_harvesters %}{{ h }} | {% 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" }} |
ID | Term |
---|