{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% load static %} {% block content %}
| {% trans "Fiber A" %} | {% trans "Fiber B" %} | {% trans "Tray (wrong device)" %} | |
|---|---|---|---|
| {{ entry.fiber_a }} | ↔ | {{ entry.fiber_b }} | {{ entry.tray }} |
| {% trans "Time" %} | {% trans "User" %} | {% trans "Message" %} |
|---|---|---|
| {{ entry.time|timesince }} {% trans "ago" %} | {{ entry.user }} | {{ entry.message }} |
{% trans "No changes to apply. The plan matches the live state." %}