{% load helpers %} {% load i18n %} {{ row.cable }} {% if row.fiber_cable %} {{ row.fiber_cable.fiber_cable_type }} {% else %} {% endif %} {% if row.gland_entry and row.gland_entry.entrance_label %} {{ row.gland_entry.entrance_label }} {% else %} {% endif %} {% if row.strand_info %} {{ row.strand_info.linked }}/{{ row.strand_info.total }} {% else %} {% endif %} {% if not row.fiber_cable %} {% if perms.netbox_fms.add_fibercable %} {% endif %} {% elif row.strand_info and row.strand_info.linked == row.strand_info.total and row.strand_info.total > 0 %} {% elif row.strand_info and row.strand_info.linked < row.strand_info.total %} {{ row.strand_info.linked }}/{{ row.strand_info.total }} {% endif %} {% if row.fiber_cable %} {% if perms.netbox_fms.add_closurecableentry or perms.netbox_fms.change_closurecableentry %} {% endif %} {% endif %}