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

{{ user.first_name|default_if_none:"" }} {{ user.last_name|default_if_none:"" }}

ID username name relationship description age gender location company last web access subscriber count video watch count view count
{{ user.fid|default_if_none:"0" }} {{ user.username|default_if_none:"" }} {{ user.first_name|default_if_none:"" }} {{ user.last_name|default_if_none:"" }} {{ user.relationship|default_if_none:"" }} {{ user.description|default_if_none:"0" }} {{ user.age|default_if_none:"" }} {{ user.gender|default_if_none:"" }} {{ user.location|default_if_none:"0" }} {{ user.company|default_if_none:"0" }} {{ user.last_web_access|default_if_none:"0" }} {{ user.subscribers_count|default_if_none:"0" }} {{ user.video_watch_count|default_if_none:"0" }} {{ user.view_count|default_if_none:"0" }}

{{ video.title }}

Published Video ID title description category duration view count favorite count
{{ video.published }} {{ video.fid }} {{ video.title }} {{ video.description }} {{ video.category }} {{ video.duration }} {{ video.view_count }} {{ video.favorite_count }}

Download

Comments

Published From To Video ID Message
{% endblock %}