{% extends 'generic/object.html' %} {% load helpers %} {% load form_helpers %} {% load i18n %} {% block title %}{% trans "Insert into Splice Closure" %}: {{ object }}{% endblock %} {% block content %}
{% trans "Insert into Splice Closure" %}

This will split cable {{ object.fiber_cable }} at the slack loop location and connect both halves through the selected closure device. The original cable will be deleted and replaced with two new cables.

{% csrf_token %} {% render_form form %}
{% trans "Cancel" %}
{% trans "Slack Loop Details" %}
{% trans "Fiber Cable" %}{{ object.fiber_cable|linkify }}
{% trans "Site" %}{{ object.site|linkify }}
{% trans "Start Mark" %}{{ object.start_mark }} {{ object.get_length_unit_display }}
{% trans "End Mark" %}{{ object.end_mark }} {{ object.get_length_unit_display }}
{% trans "Loop Length" %}{{ object.loop_length }} {{ object.get_length_unit_display }}
{% endblock %}