|
{% if bulk_enabled %}
{% else %}
{% endif %}
|
{% if sequence_field %}
|
{% endif %}
{% for cell in row.cells %}
{{ cell.html }} |
{% endfor %}
{% for act in row.row_actions or [] %}
{% if act.full_page or (act.method == 'GET' and not act.url.startswith('/web/views/' ~ view.module ~ '/' ~ view.name)) %}
{{ act.label }}
{% else %}
{% endif %}
{% endfor %}
{% if record_href and access.can_write %}
Design
{% elif form_view_name and access.can_write %}
Edit
{% elif access.can_write %}
{% endif %}
{% if access.can_unlink %}
{% endif %}
|