{% load umap_tags i18n %} {% for map_inst in maps %}
{% map_fragment map_inst prefix=prefix page=request.GET.p %}
{% if map_inst.tags %}
    {% for tag, label in map_inst.get_tags_display %}
  • {{ label }}
  • {% endfor %}
{% endif %}

{{ map_inst.name }}

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

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

{% endif %} {% endwith %}
{% translate "See the map" %}
{% endfor %} {% if maps.has_next %} {% trans "More" %} {% endif %}