{% 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 %}
{{object|meta:"verbose_name"|bettertitle}}
{% 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" %})
{% include 'inc/panels/related_objects.html' with related_models=related_models filter_name='maintainer_id' %} {% include 'sop_phone/tools/site.html' with object=object maintainer=maintainer %}
{% include 'inc/panels/comments.html' %}

{{did_range|meta:"verbose_name_plural"|bettertitle}}

{% htmx_table did_range|viewname:"list" delivery_id=object.pk %}
{% endblock content %}