{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Provider Account" %}

{% trans "Provider" %} {{ object.provider|linkify }}
{% trans "Account" %} {{ object.account }}
{% trans "Name" %} {{ object.name|placeholder }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}

{% trans "Circuits" %}

{% htmx_table 'circuits:circuit_list' provider_account_id=object.pk %}
{% plugin_full_width_page object %}
{% endblock %}