{% load umap_tags i18n %} {% for map_inst in maps %} {% with unique_id="map_"|addstr:map_inst.pk %} {{ map_inst.preview_settings|json_script:unique_id }} {% endwith %} {% endfor %}
{% blocktrans %}Name{% endblocktrans %} {% blocktrans %}Preview{% endblocktrans %} {% blocktrans %}Who can see / edit{% endblocktrans %} {% blocktrans %}Last save{% endblocktrans %} {% blocktrans %}Owner{% endblocktrans %} {% blocktrans %}Actions{% endblocktrans %}
{{ map_inst.name }}

{{ map_inst.get_share_status_display }} / {{ map_inst.get_edit_status_display }} {{ map_inst.modified_at }} {{ map_inst.owner }} {% translate "Share" %} | {% translate "Edit" %} | {% translate "Download" %}