{% extends "gstudio/base.html" %} {% load pagination_tags %} {% load i18n %} {% load adminmedia grp_tags %} {% load i18n comments gstudio_tags %} {% block content %} {% if user.is_authenticated %} {% autopaginate vids 10 %}

Video Library


{% csrf_token %}

Search Videos:



{% csrf_token %}
{% csrf_token %}

Submit Videos:

Video: 


Description:  

Enter the password of wetube.gnowledge.org







{% if fav %}

Favourite Videos


{% else %}

List of Videos in the library


{% endif %}
{% for video in vids %}
{{video.title}}
{% csrf_token %} Show       Right click to download
{% for author in video.get_nbh.posted_by %} {% endfor %} {% for date in video.get_nbh.creation_day %} {% endfor %} {% for we in video.get_nbh.source %} {% for map in video.get_nbh.map_link %} {% ifnotequal map '' %} {% endifnotequal %} {% endfor %} {% endfor %}
{% endfor %}

{% else %}

Sorry you need to log in to see this content !

{% endif %}

{% paginate %}

{% endblock %} {% block chart %}

{% endblock %}