{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
{% trans "Phonenumber" %}
{% if object.description %} {% endif %} {% if object.tenant %} {% endif %} {% if object.primary_vm %} {% endif %} {% if object.primary_device %} {% endif %} {% if object.secondary_vm %} {% endif %} {% if object.secondary_device %} {% endif %} {% if object.voice_circuit %} {% endif %} {% if object.virtual_circuit %} {% endif %}
{% 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 }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% endblock %}