{% load dict_key_extras %} {% load i18n %}
Title | Owner | Can read | Can write | Public | Actions | {% for object in objects %}
---|---|---|---|---|---|
{{ object.name }} | {{ object.user }} | {{ object.can_read }} | {{ object.can_write }} | {{ object.is_public }} | {% if come_from_admin %} View {% else %} View {% endif %} {% if object.is_owner %} {% if come_from_admin %} Edit {% else %} Edit {% endif %} {% if not object.is_public %} Delete {% endif %} {% if not object.is_global %} {% if object.is_public %} Set private {% elif data.can_set_public %} Set public {% endif %} {% endif %} {% endif %} |