{% extends "telemeta/base.html" %} {% load telemeta_tags %} {% load i18n %} {% block content %}
{% block modules %}

world {% trans "Geo Navigator" %}

{% trans
{{ block.super }}

{% trans "Partners" %}


      

{% 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 %}