{% load umap_tags i18n %} {% for map_inst in maps %}
{% map_fragment map_inst prefix=prefix page=request.GET.p %}
{% if map_inst.tags %} {% endif %}

{{ map_inst.name }}

{% with author=map_inst.get_author %} {% if author %}

{% trans "by" %} {{ author }}

{% endif %} {% endwith %}
{% endfor %} {% if maps.has_next %} {% trans "More" %} {% endif %}