{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Providers
  • {{ object }}
  • {% endblock %} {% block content %}
    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 }}
    {% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='circuits:provider_list' %}
    Comments
    {% if object.comments %} {{ object.comments|render_markdown }} {% else %} None {% endif %}
    {% plugin_left_page object %}
    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 %} {% plugin_right_page object %}
    {% plugin_full_width_page object %}
    {% endblock %}