{% extends "base.html" %} {% load typogrify_tags social_tags %} {% block title %}{{ video.name }}: {% endblock %} {% block extra_title %}{{ video.gallery }} Video {% endblock %} {% block content %}

{{ video.title }}

{% if video.embed_src %} {{ video.embed_src|safe }} {{ video.summary_formatted|typogrify }} {% else %}

This video can not be shown here.

It can be seen at {{ video.source|capfirst }}

{% endif %} {% if video.object_id %}

See More: {{ video.content_object }}

{% endif %} {% social_links video user %} {% endblock %}