{% extends "chimere/base.html" %} {% load i18n unlocalize_point chimere_tags bootstrap %} {% block extra_head %} {% head_jquery %} {% head_chimere %} {% comment %}{% head_jme %}{% endcomment %} {% head_form %} {% if has_search %} {% endif %} {% for js in extra_js %} {% endfor %} {% for css in extra_css %} {% endfor %} {{ block.super }} {% endblock %} {% block message_edit %}{% endblock %} {% block sidebar %}
{% trans "Map" %}
{% trans "Search result" %}
{% trans "Categories" %}
{% endblock %} {% block content %} {% bootstrap_modal "category_description" "Category description" %}
{% if not itinerary_form %}
{% trans "Move on the map" %} {% trans "Draw" %}
{% endif %} {% if simple %} {% display_welcome 0 %} {%else%} {% display_welcome news_visible %} {% endif %} {% display_news news_visible %} {{ block.super }}
{% with title="Propose"|translate %} {% bootstrap_modal "modal-edit" title "" "xlarge" 1 %} {% endwith %} {% bootstrap_modal "modal-default-message"%} {% map_menu %} {% map 'main-map' %} {% bootstrap_modal "modal-chimere-message" %} {% endblock %} {% block footer %} {% endblock %}