{% extends "telemeta/base.html" %} {% load telemeta_utils %} {% load i18n %} {% block content %}
{% block modules %} {% if sound_pub_item %}

playlist {% trans "Musical selection" %}

  • {{ sound_pub_item }}{% if sound_pub_item.alt_title %} ({{ sound_pub_item.alt_title }}){% endif %}
    {{ sound_pub_item.location.fullnames|to_string }}
{% endif %}

world {% trans "Geo Navigator" %}

{% trans
{% include "telemeta/inc/module_revisions.html" %} {{ block.super }}

Partenaires


CNRS    MCC   MNHN

TGE Adonis
{% endblock %}
vox {{ page_content|render_flatpage }}
{% if sound_pub_items %}

playlists {% trans "Musical selection" %}

{% for item in sound_pub_items %} {% endfor %}
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
{% endif %}
{% endblock %}