{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description }} |
| {% trans "Contact ID" %} | {{ object.contact_id }} |
| {% trans "Organization" %} | {{ object.organization }} |
| {% trans "Street" %} | {{ object.street }} |
| {% trans "City" %} | {{ object.city }} |
| {% trans "State/Province" %} | {{ object.state_province }} |
| {% trans "Postal Code" %} | {{ object.postal_code }} |
| {% trans "Country" %} | {{ object.country }} |
| {% trans "Phone" %} | {{ object.phone }} |
| {% trans "Phone Extension" %} | {{ object.phone_ext }} |
| {% trans "Fax" %} | {{ object.fax }} |
| {% trans "Fax Extension" %} | {{ object.fax_ext }} |
| {% trans "Email" %} | {{ object.email }} |