{% load leaflet_storage_tags i18n %}
{% trans "What is uMap" %}

{% blocktrans with osm_url="http://osm.org" %}uMap let you create maps with OpenStreetMap layers in a minute and embed them in your site.{% endblocktrans %}

{% if DEMO_SITE %} {% blocktrans with repo_url="https://bitbucket.org/yohanboniface/umap" stable_url="http://umap.openstreetmap.fr" %}This is a demo instance, used for tests and pre-rolling releases. If you need a stable instance, please use {{ stable_url }}. You can also host your own instance, it's open source!{% endblocktrans %} {% else %} {% blocktrans with repo_url="https://bitbucket.org/yohanboniface/umap" %}And it's open source!{% endblocktrans %} {% endif %}

{% trans "What can you do?" %}
{% if demo_map %}
{% map_fragment demo_map %} {% trans "Play with the demo" %}
{% endif %}