{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% load bob %} {% block content %} {% for h in history %} {% endfor %}
Date User Field Before After Comment
{{ h.date|timesince_limited }} {{ h.user|default:'' }} {{ h.component }}.{{ h.field_name }} {{ h.old_value }} {{ h.new_value }} {{ h.comment|default:'' }}
{% endblock content %}