{# Leftmost checkbox — placeholder for future bulk selection. #}
|
|
{% if sequence_field %}
{# Drag handle cell — only on sequence-reorder rows. #}
|
{% endif %}
{% for cell in row.cells %}
{{ cell.html }} |
{% 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 %}
|