Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 1 | <div class="web-list-item"> |
Anand Doshi | 4fbf01f | 2015-11-16 15:05:49 +0530 | [diff] [blame] | 2 | <a href="/addresses?name={{ doc.name | urlencode }}" no-pjax class="no-decoration"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 3 | <h4 class="strong">{{ doc.address_title }}</h4> |
4 | <p class="text-muted small"> | ||||
5 | {{ frappe.get_doc(doc).get_display() }} | ||||
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 6 | </div> |
7 | </div> | ||||
8 | </a> | ||||
9 | </div> |