{% 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 %} {% if public_access or perms.telemeta.can_play_all_items %} {% endif %} {% endif %} {% if item.file %} {% if public_access or perms.telemeta.can_play_all_items %} {% endif %} {% endif %} {% if "video" in mime_type %} {% endif %} {% endif %} {% endblock %} {% if item %} {% block title %} item Item : {{ item }} {% endblock %} {% block title_buttons %}
{% if user.is_authenticated and perms.telemeta.change_mediaitem %} {% trans "Edit" %} {% trans "Copy" %} {% endif %} {% if user.is_authenticated %} {% trans "Add to playlist" %} {% endif %} {% trans "Previous" %} {% trans "Next" %} Dublin Core
{% endblock %} {% block content %}
{% if item.file %} {% if public_access or perms.telemeta.can_play_all_items %}
{% if "video" in mime_type %}
{% endif %}
{% trans "Property" %} {% trans "Value" %} {% trans "Unit" %}
{% if audio_export_enabled or perms.telemeta.can_download_all_items or user.is_superuser %}

download {% trans "Download:" %} {% for format in export_formats %} {{ format.extension }} {% endfor %}

{% endif %}
{% endif %} {% endif %} {% block infos %}
{% block general_info %}
{% dl_field item "title" placeholder %}
{% trans "Instruments" %}
{% if item.performances %} {% for performance in item.performances.all %}{{ performance.instrument|default:"" }}, {% endfor %} {% endif %}
{% trans "Recording date" %}
{% if item.recorded_from_date %}{{ item.recorded_from_date }}{% endif %}{% if item.recorded_from_date and item.recorded_to_date%} - {% endif %}{% if item.recorded_to_date %}{{ item.recorded_to_date}}{% endif %}
{% dl_field item "collector" placeholder %}
{% field_label item "collection" %}
{{ item.collection }}
{% trans "Location" %}
{% if item.location %}{{ item.location.fullnames|join:"
" }}{% endif %}
{% dl_field item "summary" %} {% dl_field item "scientist" %} {% dl_field item "contributor" %}
{% trans "Interprets" %}
{% if item.performances %}
{% for performance in item.performances.all %}{{ performance.musicians|default:"" }}, {% endfor %}
{% endif %} {% dl_field item "author" %} {% dl_field item "topic" %}
{% trans "Remarks" %}
{{ item.comment|html_line_break|safe }}
{% dl_field item "keywords" join with ", " %}
{% trans "Media type" %}
{% trans mime_type|mime_to_media_type %}
{% if last_revision %}
{% trans "Last modification" %}
{{ last_revision.time }} {% if user.is_authenticated %}({{last_revision.user.username}}){% endif %}
{% endif %}
{% endblock general_info %}
{% block legal_notices %}

{% trans "Legal notices" %}

{% trans "Organization" %}
{% organization %}
{% dl_field item "public_access" %} {% dl_field item "depositor" %}
{% trans "Rights" %}
{% if item.performances %} {% for performance in item.performances.all %}{{ performance.instrument|default:"" }}, {% endfor %} {% endif %}{{ item.author }}
{% endblock legal_notices %}
{% block archive_data %}

{% trans "Archiving data" %}

{% dl_field item "code" %} {% dl_field item "old_code" %} {% if format %} {% dl_field format "original_status" %} {% dl_field format "original_number" %} {% endif %} {% dl_field item "recordist" %} {% if format %} {% dl_field format "original_location" %} {% endif %} {% dl_field item "creator_reference" %}
{% trans "Published references" %}
{{ item.external_references|html_line_break|safe }}
{% dl_field item "digitalist" %} {% dl_field item "digitization_date" %} {% dl_field item "publishing_date" %}
{% endblock archive_data %}
{% block technical_data %}

{% trans "Technical data" %}

{% dl_field item "approx_duration" %} {% if format %} {% dl_field format "physical_format" %} {% dl_field format "recording_system" %} {% dl_field format "original_channels" %} {% dl_field format "tape_speed" %} {% dl_field format "tape_wheel_diameter" %} {% dl_field format "tape_vendor" %} {% dl_field format "tape_reference" %}
{% trans "Comments" %}
{{ format.original_comments|html_line_break|safe }}
{% dl_field format "tape_thickness" %} {% dl_field format "sticker_presence" %} {% dl_field format "original_state" %} {% dl_field format "original_audio_quality" %} {% endif %}
{% endblock technical_data %}
{% endblock infos %}
{% if related_media %}
{% block related %} {% include "telemeta/inc/mediaitem_related.html" %} {% endblock related %}
{% endif %} {% endblock %} {% block delete %} {% if user.is_authenticated and perms.telemeta.delete_mediaitem %} {% trans "Delete" %} {% endif %} {% endblock %} {% else %}

No such item

{% endif %}