blob: 7c03579748c36198e43197dacbf3328ce08584ce [file] [log] [blame]
Rushabh Mehtaa33d4682015-06-01 17:15:42 +05301<div class="web-list-item">
Rushabh Mehta51008f22016-01-01 17:23:12 +05302<a href="/{{ pathname }}/{{ doc.name }}">
Anand Doshif9fc04c2015-02-23 22:14:12 +05303<div class="row">
Rushabh Mehta156ce602015-09-11 18:49:59 +05304 <div class="col-sm-8 col-xs-7">
Anand Doshif9fc04c2015-02-23 22:14:12 +05305 <div class="row">
Rushabh Mehta156ce602015-09-11 18:49:59 +05306 <div class="col-sm-9">
7 <div>{{ doc.name }}</div>
8 <div class="small text-muted">{{ doc.items_preview }}</div>
9 </div>
Anand Doshif9fc04c2015-02-23 22:14:12 +053010 <div class="col-sm-3">
Rushabh Mehta156ce602015-09-11 18:49:59 +053011 <span class="indicator {{ doc.indicator_color or "darkgrey" }}">
12 {{ doc.indicator_title or doc.status or "Submitted" }}
13 </span>
Anand Doshif9fc04c2015-02-23 22:14:12 +053014 </div>
15 </div>
16 </div>
17 <div class="col-sm-2 col-xs-5 text-right">
18 {{ doc.get_formatted("grand_total") }}
19 </div>
Anand Doshif9fc04c2015-02-23 22:14:12 +053020 <div class="col-sm-2 small text-muted text-right" title="{{ frappe.utils.format_datetime(doc.creation, "medium") }}">
21 {{ frappe.utils.pretty_date(doc.creation) }}</div>
22</div>
23</a>
Rushabh Mehtaa33d4682015-06-01 17:15:42 +053024</div>