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

{{ user.name }}

ID username screenname gender description language status type url views total videos total
{{ user.fid|default_if_none:"0" }} {{ user.username|default_if_none:"" }} {{ user.screenname|default_if_none:"" }} {{ user.gender|default_if_none:"" }} {{ user.description|default_if_none:"0" }} {{ user.language|default_if_none:"" }} {{ user.status|default_if_none:"" }} {{ user.type|default_if_none:"0" }} {{ user.url.original_url|default_if_none:""|urlize }} {{ user.views_total|default_if_none:"0" }} {{ user.videos_total|default_if_none:"0" }}

{{ video.title }}

Created / Updated time Video ID title description language country duration allow comments rating ratings_total views total comments total bookmarks total
{{ video.created_time }} {{ video.fid }} {{ video.title }} {{ video.description }} {{ video.language }} {{ video.country }} {{ video.duration }} {{ video.allow_comments }} {{ video.rating }} {{ video.ratings_total }} {{ video.views_total }} {{ video.comments_total }} {{ video.bookmarks_total }}

Download

Comments

Created time From To Video ID Message Language
{% endblock %}