{% extends "chimere/base.html" %} {% load i18n chimere_tags %} {% block extra_head %} {{ block.super }} {% head_jquery %} {% head_chimere %} {{form.media}} {% endblock %} {% block content %}
{% trans "Subscribe to RSS feed" %}

{{ error_message }}

{%if not category_rss_feed %}
{% endif %} {%ifequal category_rss_feed "category" %}

{% trans "New points of interest by category" %}

{% endifequal %} {%ifequal category_rss_feed "area" %}

{% trans "New points of interest by area" %}

{% if area_id %}

{% trans "Choose a pre-defined areas" %}

{% endif %}

{% trans "Or select the area by zooming and panning this map" %}

{{form.area}}

{% endifequal %}
{% endblock %}