| <div class="web-list-item transaction-list-item"> |
| <span class="indicator small {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "gray") }}"> |
| <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"> |
| {% if doc.doctype == "Quotation" and not doc.docstatus %} |
| {{ doc.get_formatted("grand_total") }} |
| <a class="transaction-item-link" href="/{{ pathname }}/{{ doc.name }}">Link</a> |