{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Contact
RIR Config {{ object.rir_config|linkify }}
Handle {{ object.handle }}
Type {{ object.contact_type }}
First Name {{ object.first_name|placeholder }}
Last Name {{ object.last_name }}
Company {{ object.company_name|placeholder }}
Email {{ object.email|placeholder }}
Phone {{ object.phone|placeholder }}
{% if object.address %}
Address
Street Address {{ object.address.street_address|linebreaksbr|placeholder }}
City {{ object.address.city|placeholder }}
State/Province {{ object.address.state_province|placeholder }}
Postal Code {{ object.address.postal_code|placeholder }}
Country {{ object.address.country|placeholder }}
{% endif %}
Links
Organization {{ object.organization|linkify|placeholder }}
Contact {{ object.contact|linkify|placeholder }}
Last Synced {{ object.last_synced|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}