{% extends 'generic/object.html' %} {% block content %}
Contact
Name {{ object.name }}
Contact ID {{ object.contact_id }}
Organization {{ object.organization }}
Street {{ object.street }}
City {{ object.city }}
State/Province {{ object.state_province }}
Postal Code {{ object.postal_code }}
Country {{ object.country }}
Phone {{ object.phone }}
Phone Extension {{ object.phone_ext }}
Fax {{ object.fax }}
Fax Extension {{ object.fax_ext }}
Email {{ object.email }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% endblock %}