mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
[minor] [ux] contact template
This commit is contained in:
@@ -10,7 +10,14 @@
|
|||||||
{% if(contact_list[i].is_primary_contact) { %}<span class="label label-info">
|
{% if(contact_list[i].is_primary_contact) { %}<span class="label label-info">
|
||||||
{%= __("Primary") %}</span>{% } %}
|
{%= __("Primary") %}</span>{% } %}
|
||||||
</div>
|
</div>
|
||||||
<p style="padding-top: 5px;">{%= __("Phone") %}: {%= contact_list[i].phone %}</p>
|
<p style="padding-top: 5px;">
|
||||||
|
{% if(contact_list[i].phone) { %}
|
||||||
|
{%= __("Phone") %}: {%= contact_list[i].phone %}<br>
|
||||||
|
{% } %}
|
||||||
|
{% if(contact_list[i].email_id) { %}
|
||||||
|
{%= __("Email Id") %}: {%= contact_list[i].email_id %}
|
||||||
|
{% } %}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% } %}
|
{% } %}
|
||||||
{% if(!contact_list.length) { %}
|
{% if(!contact_list.length) { %}
|
||||||
|
|||||||
Reference in New Issue
Block a user