{% load leaflet_storage_tags umap_tags i18n %} {% for map_inst in maps %}
{% map_fragment map_inst %}
{{ map_inst.name }} — {% if map_inst.description %}«{{ map_inst.description }}» {% endif %}{% trans "Cured by" %} {{ map_inst.owner }}{% trans "See this map!" %}
{% endfor %} {% if maps.has_next %}
{% trans "More" %}
{% endif %}