{% extends 'base/layout.html' %} {% load helpers %} {% load form_helpers %} {% block title %}Import cables into {{ trunk.cid }}{% endblock %} {% block content %}

Import cables into trunk {{ trunk.cid }}

Select one or more dcim.Cables not yet bound to any TrunkBreakout. Each selected cable will be assigned a sequential fibre range starting from Starting fibre position. The whole batch is applied atomically — if any row fails validation, nothing is saved.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% render_field form.cables %} {% render_field form.start_fibre %}
Cancel
{% endblock %}