2015-06-01 11:45:42 +00:00
|
|
|
<div class="web-list-item">
|
2015-11-16 09:35:49 +00:00
|
|
|
<a href="/addresses?name={{ doc.name | urlencode }}" no-pjax class="no-decoration">
|
2015-09-11 13:19:59 +00:00
|
|
|
<h4 class="strong">{{ doc.address_title }}</h4>
|
|
|
|
<p class="text-muted small">
|
|
|
|
{{ frappe.get_doc(doc).get_display() }}
|
2015-12-08 07:04:01 +00:00
|
|
|
</p>
|
2015-06-01 11:45:42 +00:00
|
|
|
</a>
|
|
|
|
</div>
|