{% 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 %}
{% block module_searches %} {% with searches as searches and "My searches" as title %} {% include "telemeta/inc/module_searches.html" %} {% endwith %} {% endblock %} {% block module_user_revisions %} {% with user_revisions as revisions and "My last changes" as title %} {% include "telemeta/inc/module_user_revisions.html" %} {% endwith %} {% endblock %} {% block module_all_revisions %} {% with revisions as revisions and "All last changes" as title %} {% include "telemeta/inc/module_revisions.html" %} {% endwith %} {% endblock %}

playlists {% trans "My playlists" %}

{% for playlist in playlists %}
{{ playlist.playlist.title }}
{% if playlist.playlist.description %} {% endif %}
{{ playlist.playlist.title }} {% trans "Edit" %} CSV Collections CSV Items {% trans "Delete" %}
{{ playlist.playlist.description }}
{% comment "added by Killian Mary, for sort table" %}{% endcomment %} {% for resource in playlist.resources %} {% endfor %}
{% 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 %}
{% endfor %}
{% endblock %}