{% extends "mashup_home.html" %} {% load static %} {% load i18n %} {% load analytics %} {% load thumbnail %} {% block title %}{% blocktrans with title=content.title %}Playing video {{title}}{% endblocktrans %}{% endblock %} {% block css_page %} {% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block wrap_header %}
{% include 'partial/mashup_popin_user.html' %} {% include 'partial/hashcut_logo.html' %}

{% trans "Video" %} » {{content.title}}

{% endblock %} {% block content %}
00:00
/
00:00

{% trans 'More informations' %}

{% trans 'Title:' %} {{content.title}}
{% trans 'Duration:' %}
{% trans 'Description:' %}
{% trans 'Tags:' %}

{% trans 'Hashcuts using this video' %}

{% endblock %}