Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 1 | <div class="web-list-item"> |
| 2 | <a href="/{{ pathname }}/{{ doc.name }}" no-pjax> |
Anand Doshi | f9fc04c | 2015-02-23 22:14:12 +0530 | [diff] [blame] | 3 | <div class="row"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 4 | <div class="col-sm-8 col-xs-7"> |
Anand Doshi | f9fc04c | 2015-02-23 22:14:12 +0530 | [diff] [blame] | 5 | <div class="row"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 6 | <div class="col-sm-9"> |
| 7 | <div>{{ doc.name }}</div> |
| 8 | <div class="small text-muted">{{ doc.items_preview }}</div> |
| 9 | </div> |
Anand Doshi | f9fc04c | 2015-02-23 22:14:12 +0530 | [diff] [blame] | 10 | <div class="col-sm-3"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 11 | <span class="indicator {{ doc.indicator_color or "darkgrey" }}"> |
| 12 | {{ doc.indicator_title or doc.status or "Submitted" }} |
| 13 | </span> |
Anand Doshi | f9fc04c | 2015-02-23 22:14:12 +0530 | [diff] [blame] | 14 | </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 Doshi | f9fc04c | 2015-02-23 22:14:12 +0530 | [diff] [blame] | 20 | <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 Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 24 | </div> |