{% extends "umap/content.html" %} {% load i18n %} {% block content %}

{% blocktrans %}Browse {{ current_user }}'s maps{% endblocktrans %}

{% if maps %} {% include "leaflet_storage/map_list.html" %} {% else %}
{{ current_user }} has not map yet.
{% endif %}
{% endblock content %}