{% load crypto_tags %} {% load admin_urls %}

Contact Info

{% if not locator %} Please provide subject
contact details.
[ Add ] {% else %} [ Edit ]
May follow-up? {{locator.may_follow_up }} {% if locator.may_follow_up.lower == 'yes' %}
Home visits? {{locator.home_visit_permission }}
Address:
{{locator.physical_address|safe|encrypted|wordwrap:25}}

Tel: {{locator.subject_phone|default:''|encrypted}}
Alt. Tel: {{locator.subject_phone_alt|default:''|encrypted}}
Cell: {{locator.subject_cell|default:''|encrypted}}
Alt. Cell: {{locator.subject_cell_alt|default:''|encrypted}}
Call work? {{locator.may_call_work}} {% if locator.may_call_work.lower == 'yes' %}
{{locator.subject_work_place }}
{{locator.subject_work_phone }} {% endif%}
Contact anyone else?{{locator.may_contact_someone}} {% if locator.may_contact_someone.lower == 'yes' %}
Name: {{ locator.contact_name|encrypted }}
Relation: {{ locator.contact_rel|encrypted }}
Address:
{{ locator.contact_physical_address|safe|encrypted|wordwrap:25 }}

Tel: {{ locator.contact_tel|encrypted }}
Cell: {{ locator.contact_cell|encrypted }} {% endif%}
Contact next of kin? {{locator.has_alt_contact}} {% if locator.has_alt_contact.lower == 'yes' %}
Name: {{ locator.alt_contact_name|encrypted }}
Cell: {{ locator.alt_contact_cell|encrypted }}
Tel: {{ locator.alt_contact_tel|encrypted }} {% endif%} {% if locator.local_clinic %}
Health Post or Clinic: {{ locator.local_clinic }} {% if locator.home_village %}
Home Village: {{ locator.home_village }} {% endif%} {% endif%} {% endif%}
Updated on {{ locator.modified|date:"SHORT_DATE_FORMAT" }} by {{ locator.user_modified }} {% endif %}