{% extends 'dcim/device/base.html' %} {% load static %} {% load helpers %} {% load i18n %} {% block title %}{% trans "Splice Editor" %}: {{ device }}{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Splice Editor" %}{% if plan %} — {{ plan.name }}{% endif %} {% if plan %} {{ plan.get_status_display }} {% endif %}
{% if plan %} {% include "netbox_fms/inc/splice_editor_widget.html" with back_url=plan.get_absolute_url back_label="Plan Details" %} {% else %} {% include "netbox_fms/inc/splice_editor_widget.html" %} {% endif %}
{% endblock %}