{% extends "excerptexport/base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }}
{% blocktrans %}Welcome to the OSM Arbitrary Excerpt Export service.{% endblocktrans %}
{% if not user.is_authenticated %}
{% trans 'Please' %} {% trans 'login' %} {% trans 'or' %}
{% trans 'create an "OpenStreetMap" account' %} {% trans 'to login.' %}
{% endif %}