{% extends "base.html" %} {% load oembed_tags %} {% load news_tags %} {% block content %}
{% oembed 548x301 %}
{{ video.embed|safe }}

{{ video.title }}

{{ video.user }} at {{ video.date_added|date:"g:iA, N j, Y" }}

{{ video.description|bbcode2html|safe }}

{% with video as object %} {% include 'ratings/like_this.html' %} {% endwith %}
  • twitter
  • facebook
{% endoembed %} {% with video as object %} {% with video.user as owner %} {% include 'comments/module.html' %} {% endwith %} {% endwith %} {% endblock %}