{% 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="Deliveries" %} {% 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|meta:"verbose_name"|bettertitle}}{% endblock %} {% block content %}
{% trans "Delivery Method" %} | {{ object.delivery }} |
---|---|
{% trans "Provider" %} | {{object.provider|linkify}} |
{% trans "Status" %} | {% badge object.get_status_display bg_color=object.get_status_color %} |
{% trans "Channel Count" %} | {% if object.channel_count %}{{object.channel_count}}{% else %}{% include 'sop_phone/tools/badge.html' %}{% endif %} |
{% trans "MBN / NDI" %} | {% if object.ndi %}{{ndi}}{% else %}{% include 'sop_phone/tools/badge.html' %}{% endif %} |
{% trans "DTO" %} | {% if object.dto %}{{dto}}{% else %}{% include 'sop_phone/tools/badge.html' %}{% endif %} |
{% trans "Description" %} | {{object.description|placeholder}} |
{% trans "Delivers" %} | {{num_range}} {% trans "ranges "%}({{num_did}} {% trans "numbers" %}) |