{% extends "dcim/site.html" %} {% load static %} {% load helpers %} {% load buttons %} {% load i18n %} {% block extra_controls %} {% trans "Add DIDs" %} {% trans "Add phone deliveries" %} {% endblock extra_controls %} {% block content %}
{% include 'sop_phone/tab/phone_info.html' with object=context.phone_info site=object %}
{% include 'sop_phone/tools/table.html' with object=context.delivery reversed_url='plugins:sop_phone:phonedelivery_site_add' pk=object.id%} {% include 'sop_phone/tools/table.html' with object=context.did reversed_url='plugins:sop_phone:phonedid_site_add' pk=object.id %}
{% endblock content %}