{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% load bob %} {% block content %}

{% if show_all %} {% icon 'fugue-user-silhouette' %} Hide changes without an author. {% else %} {% icon 'fugue-user-silhouette-question' %} Show changes without an author. {% endif %}

{% for h in history_page.object_list %} {% endfor %}
Date Author Field Before After Comment
{{ h.date|timesince_limited }} {{ h.user|default:h.plugin }} {{ h.component }}.{{ h.field_name }} {{ h.old_value }} {{ h.new_value }} {{ h.comment|default:'' }}
{% pagination history_page fugue_icons=1 show_all=1 url_query=url_query query_variable_name=query_variable_name %} {% endblock content %}