{% extends "telemeta/mediaitem_detail.html" %} {% load telemeta_utils %} {% load i18n %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block title %}{% endblock %} {% block title_buttons %}{% endblock %} {% block layout %} {% block content %}
{% if item.file %} {% if access or user.is_staff %}
{% organization %} - Item : {% if item.code %}{{ item.code }}{% else %}{{ item.old_code }}{% endif %} Telemeta powered
{% endif %} {% endif %}
{% endblock content%} {% endblock layout %} {% block footer %}{% endblock %}