{% load i18n %} {% load l10n %} {% load extratags %} {% if obj.administrative_osmid %} {% else %} {% endif %} {% if obj.overlay %} {% endif %} {% if obj.indexer %} {% endif %} {% if obj.track %} {% endif %} {% if obj.umap %} {% endif %}
{% trans "City" %} {{ obj.administrative_city }} ({{ obj.administrative_osmid }})
{% trans "Bounding box" %} {{ obj.lat_upper_left|latitude }}, {{ obj.lon_upper_left|longitude }} → {{ obj.lat_bottom_right|latitude }}, {{ obj.lon_bottom_right|longitude }}    ({{ obj|bbox_km }})
{% trans "Layout" %} {{ obj.layout }}
{% trans "Stylesheet" %} {{ obj.stylesheet }}
{% trans "Overlays" %} {{ obj.overlay|add_blank_after_comma }}
{% trans "Indexer" %} {{ obj.indexer }}
{% trans "GPX Track" %} {{ obj.track|file_basename }}
{% trans "UMAP File" %} {{ obj.umap|file_basename }}
{% trans "Paper format" %} {{ obj.paper_width_mm }}×{{ obj.paper_height_mm }} mm²
{% trans "Map locale" %} {{ MAP_LANGUAGES|getitem:obj.map_language }}

{% with obj.submission_time|date:"DATETIME_FORMAT" as date %} {% blocktrans %}Request submitted: {{ date }}{% endblocktrans %} {% endwith %}
{% with obj.startofrendering_time|date:"DATETIME_FORMAT" as date %} {% blocktrans %}Rendering started: {{ date }}{% endblocktrans %} {% endwith %}
{% with obj.endofrendering_time|date:"DATETIME_FORMAT" as date %} {% blocktrans %}Rendering completed: {{ date }}{% endblocktrans %} {% endwith %}
{% if obj.get_thumbnail %} {% endif %}
Downloads