{% extends "generic/object.html" %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% load i18n %} {% block breadcrumbs %} {% include 'sop_phone/tools/breadcrumbs.html' with object=object name=object|meta:"verbose_name" %} {% endblock %} {% block control-buttons %} {% if perms.extras.add_bookmark and object.bookmarks %} {% bookmark_button object %} {% endif %} {% if perms.extras.add_subscription and object.subscriptions %} {% subscribe_button object %} {% endif %} {% if request.user|can_change:object %} {% edit_button object %} {% endif %} {% if request.user|can_delete:object %} {% delete_button object %} {% endif %} {% endblock control-buttons %} {% block title %}{{object.site.name}} Phone {{object|meta:"verbose_name"|bettertitle}}{% endblock %} {% block content %}
{% trans "Maintainer" %} | {{object.maintainer|linkify}} |
---|---|
{% trans "Maintainer status" %} | {% badge object.maintainer.get_status_display bg_color=object.maintainer.get_status_color %} |
{% trans "DID range maintained" %} | {{num_range}} {% trans "ranges "%}({{num_did}} {% trans "numbers" %}) |