{% extends "ui/catalog.html" %} {% load url from future %} {% load icons %} {% load bob %} {% block contentarea %}
{{ h.date|timesince_limited }} | {{ h.user|default:'' }} | {% spaceless %} {% if h.component_model_group %} {{ h.component_model_group.type|component_model_type_icon }} {{ h.component_model_group }} {% else %} {% if h.device_model_group %} {{ h.device_model_group.type|device_model_type_icon }} {{ h.device_model_group }} {% else %} Unassigned {% endif %} {% endif %} {% endspaceless %} | {% spaceless %} {% if h.component_model %} {{ h.component_model.type|component_model_type_icon }} {{ h.component_model }} {% endif %} {% if h.device_model %} {{ h.device_model.type|device_model_type_icon }} {{ h.device_model }} {% endif %} {% endspaceless %} | {{ h.field_name }} | {{ h.old_value }} | {{ h.new_value }} |