{% extends "mapit/base.html" %} {% load i18n %} {% block title %}{{ title|striptags }}{% endblock title %} {% block content %} {% if show_map %}
{% endif %}

{{ title|safe }}

{% blocktrans %}Get this data as JSON{% endblocktrans %}

{% if show_map %}
{% include "mapit/map/init.html" %}
{% endif %}
    !!!DATA!!!
{% if show_map %}
{% endif %} {% endblock %}