{% 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
{% with "Last changes" as title %} {% include "telemeta/inc/module_revisions.html" %} {% endwith %} {{ block.super }}

{% trans "Partners" %}


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 %}
{{ item }}{% if item.alt_title %} ({{ item.alt_title }}){% endif %}
{{ item.location.fullnames|to_string }}
{% endfor %}
{% endif %}
{% endblock %}