{# This file is included by other files which already contains
{% endif %} | Name | Template | Last Modification date | {% if data.username_list %}User | {% endif %} {% if not data.title%}Workspace | {% endif %}Actions |
---|---|---|---|---|---|---|
{% endif %} |
{{ data_loaded.data.title }}
{% if data_loaded.data|has_draft:request.user %}
, |
{{ data_loaded.data.template.display_name }} | {{ data_loaded.data.last_modification_date|print_datetime_utc_unaware }} | {% if data.username_list %}{% with key=data_loaded.data.user_id %} {{ data.username_list|get:key }} {% endwith %} | {% endif %} {% if not data.title%}{% if data_loaded.data.workspace %} {{ data_loaded.data.workspace.title }} {% else %} None {% endif %} | {% endif %}{% if data_loaded.can_read %} {% endif %} {% if data.share_pid_button %} {% include 'core_linked_records_app/user/sharing/data_detail/button_inline.html' %} {% endif %} {% if data_loaded.can_write %} {% if data_loaded.can_change_workspace %} {% endif %} {% endif %} {% if data_loaded.is_owner %} {% endif %} |