{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Customer
RIR Config {{ object.rir_config|linkify }}
Handle {{ object.handle }}
Customer Name {{ object.customer_name }}
Network {{ object.network|linkify }}
Tenant {{ object.tenant|linkify|placeholder }}
Created Date {{ object.created_date }}
{% if object.address %}
Address
Street Address {{ object.address.street_address|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 %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}