{% extends 'base.html' %} {% load static %} {% load i18n %} {% block content %}
{% trans 'Asset list of ' %} {{ asset_permission.name }}
{% trans 'Asset' %} {% trans 'Action' %}
{% trans 'Add asset to this permission' %}
{% trans 'Add node to this permission' %}
{% for node in asset_permission.nodes.all %} {% endfor %}
{{ node.full_value }}
{% trans 'System user' %}
{% for system_user in object.system_users.all %} {% endfor %}
{{ system_user|truncatechars:21}}
{% include 'assets/_asset_list_modal.html' %} {% endblock %} {% block custom_foot_js %} {% endblock %}