{% extends "telemeta/base.html" %} {% load telemeta_tags %} {% load i18n %} {% comment "added by Killian Mary" %}{% endcomment %} {% block extra_stylesheets %} {% endblock %} {% comment "added by Killian Mary end" %}{% endcomment %} {% block extra_javascript %} {% comment "added by Killian Mary" %}{% endcomment %} {% endblock %} {% comment "added by Killian Mary end" %}{% endcomment %} {% block content %}
{{ playlist.playlist.title }} | {% trans "Edit" %} CSV Collections CSV Items {% trans "Delete" %} |
{{ playlist.playlist.description }} |
{% trans "Title" %} | {% trans "Type" %} | {% trans "Code" %} | {% trans "Recordist" %} | {% trans "Recording period" %} | {% trans "Digitized" %} | {% trans "Action" %} |
---|---|---|---|---|---|---|
{% if resource.type == "item" and not resource.element == None %} {{ resource.element }} {% endif %} {% if resource.type == "collection" and not resource.element == None %} {% if resource.element.title %}{{ resource.element.title }}{% else %}{{ resource.element }}{% endif %} {% endif %} {% if resource.type == "marker" and not resource.element == None %} {{ resource.element }} {% endif %} {% if resource.type == "corpus" or resource.type == "fonds" %} {{ resource.element.title }} {% endif %} {% if resource.element == None %}{% trans "deleted" %}{% endif %} | {{ resource.type }} | {{ resource.element.public_id }} | {{ resource.element.apparent_collector }} | {% if resource.element.recorded_from_date %} {{ resource.element.recorded_from_date.year }} {% if resource.element.recorded_to_date and not resource.element.recorded_to_date.year|equals:resource.element.recorded_from_date.year %} - {{ resource.element.recorded_to_date.year }} {% endif %} {% endif %} |
{% if resource.element.file or resource.element.has_mediafile %}
d {% endif %} |