{% extends "base.html" %} {% load i18n %} {% block title %}{% ifequal file.localType "video" %}Watch{% else %}Listen to{% endifequal %}: {{ file.title|safe }}{% endblock %} {% block content %} {% ifequal file.status "done" %}

{{ file.title|safe }}


<{{ file.localType }} {% ifequal file.localType "video" %}{% if file.isHD %}width="740" {% endif %}src="../../files/{{ file.videoID }}.ogv"{% else %}src="../../files/{{ file.videoID }}.oga"{% endifequal %} id="file" autoplay controls>Please use a browser the supports video/audio tags. Get Firefox!

Download this {{ file.localType }} (Originally from {{ file.orgHost }}.)

{% load comments %}{% get_comment_count for file as comment_count %}{% get_comment_list for file as comment_list %}

Comments ({{ comment_count }})

{% if comment_list %}
    {% for comment in comment_list %}
  1. {{ comment.user_name }} on {{ comment.submit_date|date:"F j, Y" }} at {{ comment.submit_date|date:"h:i" }} said:

    {{ comment.comment }}

  2. {% endfor %}

{% else %} No comments, yet. {% endif %}
{% get_comment_form for file as form %}
{% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} {% if field.errors %}{{ field.errors }}{% endif %} {% endif %} {% endfor %}

I agree to release my comment under the terms of CC-BY-SA 3.0.

{% else %} {% ifequal file.status "failed" %} Something went wrong, please report that. {% else %} {% ifequal file.status "expired" %} "{{ file.title }}" video expired and was removed from our server. Do you want to watch it?
{% else %} {{ file.title|safe }} didn't finish yet. Please reload this page after a few minutes. {% endifequal %}{% endifequal %}{% endifequal %} {% endblock %} {% block links %}
  • Originally from Youtube
  • {% endblock %}