{% extends 'generic/_base.html' %} {% load helpers %} {% load static %} {% block title %}Rack-Ansicht{% endblock %} {% block head %} {% endblock %} {% block content %}
| Kabel | A-Seite | B-Seite | Typ | Status |
|---|---|---|---|---|
| {{ row.cable.label|default:row.cable }} | {% if row.a %}{{ row.a.device_name }} {{ row.a.name }}{% else %}—{% endif %} |
{% if row.b %}{{ row.b.device_name }} {{ row.b.name }}{% else %}—{% endif %} |
{{ row.cable.type|default:'—' }} | {{ row.cable.get_status_display }} |
| Keine Verkabelung gefunden. | ||||