{% include 'incl/header.html' %} {% if video.videos[0].type == 'youtube' %} {% endif %} {% if video.videos[0].type == 'ustream' %} {% endif %}
{{video.description|safe}}
{% if video.length %}
Length: {{video.length}}
{% endif %} {% if video.views %}
Views {{video.views}} Likes: {{video.likes}}
{% endif %} {% if video.abstract %}
abstract
{% endif %} {% if video.slides %}
slides
{% endif %}
Recorded on {{video.recorded}} at {{ events[video.event]['name'] }}
Look for other videos at {{ events[video.event]['name'] }}.
Tweet this video
{% for t in video.tags %} {{t.text}} {% endfor %}
{% include 'incl/footer.html' %}