{% extends '_base.html' %} {% load helpers %} {% block title %}{{ provider }}{% endblock %} {% block content %}
{% if perms.circuits.change_provider %} Edit this provider {% endif %} {% if perms.circuits.delete_provider %} Delete this provider {% endif %}

{{ provider }}

Provider
ASN {{ provider.asn }}
Account {{ provider.account }}
Customer Portal {{ provider.portal_url }}
NOC Contact {{ provider.noc_contact|linebreaksbr }}
Admin Contact {{ provider.admin_contact|linebreaksbr }}
Created {{ provider.created }}
Last Updated {{ provider.last_updated }}
Comments
{% if provider.comments %} {{ provider.comments|gfm }} {% else %} None {% endif %}
Circuits
{% for c in circuits %} {% empty %} {% endfor %}
{{ c.cid }} {{ c.site }} {% if c.interface %} {{ c.interface.device }} {% endif %} {{ c.port_speed_human }}
None
{% endblock %}