{% if title %}
| {{ __(col.name) }} | {% endif %} {% endfor %}
|---|
| {{ col.formatter ? col.formatter(row._index, col._index, value, col, row, true) : col.format ? col.format(value, row, col, data) : col.docfield ? frappe.format(value, col.docfield) : value }} | {% endif %} {% endfor %}