{% extends "telemeta/base.html" %}
{% load telemeta_utils %}
{% load i18n %}
{% block head_title %}{{ block.super }} - {% trans "Item" %} : {{ item.title }}{% endblock %}
{% block stylesheets %}
{{ block.super }}
{% endblock %}
{% block extra_javascript %}
{% if item %}
{% endif %}
{% endblock %}
{% if item %}
{% block title %}
Item : {{ item }}
{% endblock %}
{% block title_buttons %}
{% trans "Property" %} | {% trans "Value" %} | {% trans "Unit" %} |
{% field_label "MediaItemPerformance" "instruments_num" %} | {% field_label "MediaItemPerformance" "instrument" %} | {% field_label "MediaItemPerformance" "alias" %} | {% field_label "MediaItemPerformance" "musicians" %} |
{{ performance.instruments_num }} | {{ performance.instrument|default:"" }} | {{ performance.alias|default:"" }} | {{ performance.musicians }} |
No such item
{% endif %}