{% extends 'base/layout.html' %} {% load static %} {% block header %}

{{ object }}

{% if perms.phonebox_plugin.change_number %} Edit {% endif %} {% if perms.phonebox_plugin.delete_number %} Delete {% endif %}
{% endblock %} {% block content %}
General Information
Tenant {% if object.tenant %} {% if object.tenant.group %} {{ object.tenant.group }} / {% endif %} {{ object.tenant }} {% else %} None {% endif %}
Region {% if object.region %} {{ object.region }} {% else %} None {% endif %}
Provider {% if object.provider %} {{ object.provider }} {% else %} None {% endif %}
Forward To {% if object.forward_to %} {{ object.forward_to }} {% else %} None {% endif %}
Description {{ object.description }}
{% include 'phonebox_plugin/tags_panel.html' with tags=object.tags.all url='plugins:phonebox_plugin:list_view' %}
{% endblock content%}