{% load helpers %}
Name | Title | Phone | |
---|---|---|---|
{{ contact.name }} | {{ contact.title|placeholder }} | {% if contact.phone %} {{ contact.phone }} {% else %} {{ ''|placeholder }} {% endif %} | {% if contact.email %} {{ contact.email }} {% else %} {{ ''|placeholder }} {% endif %} |