{% 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 %}