{% extends "telemeta/base.html" %} {% load i18n %} {% load telemeta_utils %} {% block head_title %}{% trans "Collection" %}{{collection|prepend:': '}} - {{ block.super }}{% endblock %} {% block extra_javascript %} {% endblock %} {% if collection %} {% block title %} Collection : {{ collection.title }} {% endblock %} {% block title_buttons %}
{% if user.is_authenticated and perms.telemeta.change_mediacollection %} {% trans "Edit" %} {% trans "Copy" %} {% trans "Add item" %} {% endif %} {% if user.is_authenticated %} {% trans "Add to playlist" %} {% endif %} Dublin Core
{% endblock %} {% block content %}
{% if collection.has_mediafile %}

{% trans "Listen to this collection" %} (M3U, XSPF)

Get Flash to see this player.

{% endif %} {% block infos %}
{% if collection.items.count %}{{ collection.items.count }} {% ifequal collection.items.count 1 %}item{% else %}items{% endifequal %}{% else %}No item{% endif %}
{% block general_info %}
{% dl_field collection "reference" %} {% dl_field collection "title" %} {% dl_field collection "alt_title" %} {% dl_field collection "creator" placeholder %} {% dl_field collection "recording_context" %}
{% trans "Recording year" %}
{% if collection.recorded_from_year %}{{ collection.recorded_from_year|default:'' }} {{ collection.recorded_to_year|prepend:" - " }}{% endif %}
{% dl_field collection "year_published" placeholder %}
{% endblock general_info %}
{% block geoethnic_data %}

{% trans "Geographic and cultural informations" %}

{% dl_field collection "countries" join with ", " %} {% dl_field collection "ethnic_groups" join with ", " placeholder %}
{% endblock geoethnic_data %}
{% block legal_data %}

{% trans "Legal notices" %}

{% if collection.collector_is_creator %} {% if collection.creator %}
{% trans "Recordist" %}
{{ collection.creator }}
{% endif%} {% else %} {% dl_field collection "collector" %} {% endif %} {% dl_field collection "publisher" %} {% dl_field collection "publisher_collection" %} {% dl_field collection "publisher_serial" %} {% dl_field collection "booklet_author" %}
{% trans "Bibliographic references" %}
{{ collection.external_references|html_line_break|safe }}
{% dl_field collection "doctype_code" %} {% dl_field collection "public_access_label" %} {% dl_field collection "legal_rights" %}
{% endblock legal_data %}
{% block archive_data %}

{% trans "Archiving data" %}

{% dl_field collection "acquisition_mode" %} {% dl_field collection "cnrs_contributor" %} {% dl_field collection "metadata_author" %}
{% trans "Related documentation" %}
{{ collection.booklet_description|html_line_break|safe }}
{% dl_field collection "publishing_status" %} {% dl_field collection "alt_ids" %}
{% trans "Comments" %}
{{ collection.comment|html_line_break|safe }}
{% dl_field collection "metadata_writer" %} {% dl_field collection "travail" %} {% dl_field collection "items_done" %}
{% endblock archive_data %}
{% block technical_data %}

{% trans "Technical data" %}

{% dl_field collection "code" %} {% dl_field collection "old_code" %}
{% trans "Media type" %}
{% trans "Audio" %}
{% dl_field collection "approx_duration" %} {% dl_field collection "computed_duration" %} {% dl_field collection "physical_items_num" %}
{% trans "Number of items" %}
{{ collection.items.count }}
{% dl_field collection "physical_format" %} {% dl_field collection "ad_conversion" %}
{% endblock technical_data %}

Items

{% with collection.items.enriched as items %} {% with "1" as location_name %} {% include "telemeta/inc/mediaitem_list.html" %} {% endwith %} {% endwith %}
{% endblock infos %} {% endblock %} {% else %}

No such collection

{% endif %}