| <div class="web-list-item transaction-list-item"> |
| <a href="/{{ pathname }}/{{ doc.name }}"> |
| <div class="col-sm-4" style='margin-top: -3px;'> |
| <span class="indicator small {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}"> |
| <div class="small text-muted transaction-time" |
| title="{{ frappe.utils.format_datetime(doc.modified, "medium") }}"> |
| {{ frappe.utils.global_date_format(doc.modified) }} |
| <div class="small text-muted items-preview ellipsis ellipsis-width"> |
| <div class="col-sm-3 text-right bold"> |
| {{ doc.get_formatted("grand_total") }} |