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