{% load umap_tags i18n %}
{% 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" %} |