CONTACTS
CONTACT PERSON: {{ object.contact_person|default_if_none:"" }}
{% if object.contact_email %}{{ object.contact_email }}
{% endif %} {% if object.contact_phone %}{{ object.contact_phone }}
{% endif %}
PRINCIPAL INVESTIGATOR: {{ object.first_name }} {{ object.last_name }}
{% if object.email %}{{ object.email }}{% endif %}
{% if object.contact_fax %} FACSIMILE: {{ object.contact_fax }}
{% endif %}
SHIPPING
{% include "lims/address.html" with user=object %}
{{ object.account_number|default:"-- --- --- --" }}