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