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

{{ 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" %}
{% csrf_token %}
{% csrf_token %}