{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Registration Contact" %}
{% if object.description %} {% endif %}
{% 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 }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}