{% extends 'cmdb/ci_details.html' %} {% load icons %} {% load query %} {% load bob %} {% block ci_content %}

Asset attr. changes

{% for f in device_attributes_changes %} {% endfor %}
Date User Field name Old value New value
{{ f.date|timesince_limited }} {{ f.user }} {{ f.field_name }} {{ f.old_value}} {{ f.new_value }}
{% if device_attributes_changes %} {% pagination device_attributes_changes url_query=url_query show_all=0 show_csv=0 fugue_icons=1 %} {% endif %} {% endblock %}