{% extends "gstudio/base.html" %} {% load adminmedia grp_tags %} {% load i18n comments gstudio_tags %} {% load tagging_tags comments i18n %} {% load gstudio_tags %} {% block javascripts %} {% endblock %} {% block title %}{{ video.title }}{% endblock %} {% block content %}
Download:  Right click to download
{% csrf_token %} Name: {{ video.title }}
Posted By : {% for author in video.get_nbh.posted_by %} {{ author }} {% endfor %}
Posted At : {% for date in video.get_nbh.creation_day %} {{date}} {% endfor %}
Location: {% for we in video.get_nbh.source %} {% for map in video.get_nbh.map_link %} {% ifnotequal map '' %} {{we}} {% endifnotequal %} {% endfor %} {% endfor %}
Description: {%autoescape on%} {% with video.html_content|safe as video_content %} {{video_content}} {% endwith %} {% endautoescape%} {% for author in video.get_nbh.posted_by %} {% ifequal author user.username %} {% endifequal %} {% endfor %}

{% ifequal video.rating.get_rating 0 %} Current rating is:   No rating yet {% else %} Average Current rating is:  {{ video.rating.get_rating }}
Total Number of votes is:  {{ video.rating_votes }} {% endifequal %}
{% csrf_token %}

{% csrf_token %}

{% csrf_token %}


{% trans "Tags" %} : {% tags_for_object video as tag_list %} {% for tag in tag_list %} {% empty %} {% trans "No tags" %} {% endfor %}



{% block nodetype-comments %}
{% trans "Comments" %}
{% with video.comments as comment_list %} {% if comment_list.count %}
    {% for comment in comment_list %} {% endfor %}
{% if not video.comments_are_open %}

{% trans "Comments are closed." %}

{% endif %} {% else %} {% if video.comments_are_open %}

{% trans "No comments yet." %}

{% else %}

{% trans "Comments are closed." %}

{% endif %} {% endif %} {% endwith %}
{% endblock %}
{% render_comment_form for video %}

{% endblock %} {% block graph %} {% endblock %}