{% extends "base.html" %} {% load i18n %} {% block sidebar %} {% 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 %}
{% endif %}
{{form.area}}

{% endifequal %}
{% endblock %}