{% extends 'base/layout.html' %} {% load i18n static %} {% block content %}
{% trans "Module" %} | {% trans "Inventory Item" %} | {% trans "Device (Inventory Item)" %} | {% trans "Device (Module)" %} | {% trans "Actions" %} |
---|---|---|---|---|
{{ link.module }} | {{ link.inventory_item }} | {% if link.inventory_item.device %} {{ link.inventory_item.device|linkify }} {% else %} - {% endif %} | {{ link.module.device|default:"–" }} | Edit Delete |
{% trans "No links found." %} |