{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block content_left_page %}
Provider
ASN {{ object.asn|placeholder }}
Account {{ object.account|placeholder }}
Customer Portal {% if object.portal_url %} {{ object.portal_url }} {% else %} {% endif %}
NOC Contact {{ object.noc_contact|render_markdown|placeholder }}
Admin Contact {{ object.admin_contact|render_markdown|placeholder }}
Circuits {{ circuits_table.rows|length }}
{% endblock content_left_page %} {% block content_right_page %}
Comments
{% if object.comments %} {{ object.comments|render_markdown }} {% else %} None {% endif %}
{% endblock content_right_page %} {% block content_full_width_page %}
Circuits
{% include 'inc/table.html' with table=circuits_table %} {% if perms.circuits.add_circuit %} {% endif %}
{% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %}
{% endblock content_full_width_page %}