{% extends "telemeta/base.html" %} {% load telemeta_utils %} {% load i18n %} {% block head_title %}{% trans "Item" %} : {% if item.title %}{{ item.title }}{% else %}{{ item.public_id}}{% endif %} - {{ block.super }}{% endblock %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block extra_javascript %} {% if item %} {% if item.file or item.url %} {% if access == 'full' or perms.telemeta.can_play_all_items %} {% endif %} {% endif %} {% if "video" in mime_type %} {% endif %} {% endif %} {% endblock %} {% if item %} {% block title %}
No such item
{% endif %}