{% load telemeta_tags %} {% load i18n %}
{% trans "Item Status" %} | {% for item_status in facets.fields.item_status %}{{ item_status.0 }} {{ item_status.1 }} | {% endfor %} {% if Published_count == 0 %}{% trans "Published" %} 0 | {% endif %} {% if Unpublished_count == 0 %} | {% trans "Unpublished" %} 0 | {% endif %} {% else %} | {% trans "Item Status" %} | {% trans "None" %} | {% endif %}
{% trans "Player Status" %} | {% for digitized in facets.fields.digitized %} {% ifequal digitized.0 'T' %}Sound {{ digitized.1 }} | {% endifequal %} {% endfor %} {% if digitized_count == 0 %} | {% trans "Sound" %} 0 | {% endif %} {% else %} | {% trans "Player Status" %} | {% trans "None" %} | {% endif %}|
{% trans "Access Right" %} | {% if viewable_count != 0 %}viewable {{viewable_count}} | {% endif %} {% if viewable_count == 0 %} | {% trans "viewable" %} {{viewable_count}} | {% endif %} {% comment %} {% for item_acces in facets.fields.item_acces %} {# Faire un booleen dans la vue, le passer en contexte puis verifier si il est a true ou a false pour l'affichage' #} {% ifequal item_acces.0 'none' %} | {{ item_acces.0 }} {{ item_acces.1 }} | {% endifequal %} {% endfor %} {%endcomment%} {% else %}{% trans "Access Right" %} | {% trans "None" %} | {% endif %}
{% trans "Media Type" %} | {% for media_type in facets.fields.media_type %} {% ifequal media_type.0 'Audio'%}{{ media_type.0 }} {{ media_type.1 }} | {% endifequal %} {% ifequal media_type.0 'Video'%}{{ media_type.0 }} {{ media_type.1 }} | {% endifequal %} {% endfor %} {% if Video_count == 0 %}{% trans "Video" %} 0 | {% endif %} {% if Audio_count == 0 %} | {% trans "Audio" %} 0 | {% endif %} {% endif %} | |||
{% trans "Recording Context" %} | {% for recording_context in facets.fields.recording_context %} {% ifequal recording_context.0 'Studio'%}{{ recording_context.0 }} {{ recording_context.1 }} | {% endifequal %} {% ifequal recording_context.0 'Radio'%}{{ recording_context.0 }} {{ recording_context.1 }} | {% endifequal %} {% ifequal recording_context.0 'Terrain'%}{{ recording_context.0 }} {{ recording_context.1 }} | {% endifequal %} {% endfor %} {% if Terrain_count == 0 %}{% trans "Terrain" %} 0 | {% endif %} {% if Radio_count == 0 %} | {% trans "Radio" %} 0 | {% endif %} {% if Studio_count == 0 %} | {% trans "Studio" %} 0 | {% endif %} {% endif %} |
{% trans "Physical Format" %} | {% for physical_format in facets.fields.physical_format %} {% ifequal physical_format.0 'CDR'%}{{ physical_format.0 }} {{ physical_format.1 }} | {% endifequal %} {% ifequal physical_format.0 'Disque'%}{{ physical_format.0 }} {{ physical_format.1 }} | {% endifequal %} {% ifequal physical_format.0 'Cylindre'%}{{ physical_format.0 }} {{ physical_format.1 }} | {% endifequal %} {% endfor %} {% if CDR_count == 0 %}{% trans "CDR" %} 0 | {% endif %} {% if Disque_count == 0 %} | {% trans "Disque" %} 0 | {% endif %} {% if Cylindre_count == 0 %} | {% trans "Cylindre" %} 0 | {% endif %} {% endif %} |
selected filters : {{selected_facets|join:" + "}}» Remove All Filters
{% endif %}