{% load bloomerp %}
| Object Permissions | {% if preview_columns %} {% for column in preview_columns %}{{ column.title }} | {% endfor %} {% else %}Object | {% endif %}
|---|---|---|
|
{% for permission_label in row.row_permissions %}
{{ permission_label }}{% if not forloop.last %}, {% endif %}
{% empty %}
-
{% endfor %}
|
{% if preview_columns %}
{% for cell in row.cells %}
|
{% endfor %}
{% else %}
{{ row.object }} | {% endif %}