{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
| {% trans "Number" %} | {{ object.number }} |
|---|---|
| {% trans "Description" %} | {{ object.description }} |
| {% trans "Tenant" %} | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |
| {% trans "Incomming dailpeer" %} | {{ object.incoming_dailpeer }} |
| {% trans "Outgoing dailpeer" %} | {{ object.outgoining_dailpeer }} |
| {% trans "Country code" %} | {{ object.country_code }} |
| {% trans "Status" %} | {{ object.status }} |
| {% trans "Region" %} | {{ object.region|linkify }} |
| {% trans "Primary Vm" %} | {{ object.primary_vm|linkify }} |
| {% trans "Primary Device" %} | {{ object.primary_device|linkify }} |
| {% trans "Secondary Vm" %} | {{ object.secondary_vm|linkify }} |
| {% trans "Secondary Device" %} | {{ object.secondary_device|linkify }} |
| {% trans "Voice Circuit" %} | {{ object.voice_circuit|linkify }} |
| {% trans "Virtual Circuit" %} | {{ object.virtual_circuit|linkify }} |