Self-service Kiosk Update
{% if PersonId != '' %}
{{ FirstName }} {{ LastName }}'s Record
{% endif %}
First Name: {{ FirstName }}
Last Name: {{ LastName }}
{% if BirthDate != '' %}Birth Date: {{ BirthDate }} {% endif %}
{% if Email != '' %}Email: {{ Email }} {% endif %}
{% if HomePhone != '' or MobilePhone != '' %}
{% if HomePhone != '' %}
Home Phone: {{ HomePhone }}
{% endif %}
{% if MobilePhone != '' %}
Mobile Phone: {{ MobilePhone }}
{% endif %}
{% endif %}
{% if StreetAddress != '' %}
Address:
{{ StreetAddress }}
{{ City }}, {{ State }} {{ PostalCode }} {{ County }}
{% endif %}
{% if OtherUpdates != '' %}
Other Updates: {{ OtherUpdates }}
{% endif %}
|
|
---|
|
|
|