{% load leaflet_storage_tags endless i18n %} {% paginate 5 maps %} {% for map_inst in maps %}
{% map_fragment map_inst %}
{{ map_inst.name }} — «{{ map_inst.description }}» {% trans "Cured by" %} {{ map_inst.owner }}{% trans "See this map!" %}
{% endfor %} {% show_more %}