{% extends 'base/layout.html' %} {% load render_table from django_tables2 %} {% block title %}Changelog History Search{% endblock %} {% block content %}

Changelog History Search

Search the before/after snapshots stored in NetBox's changelog, including data from objects that have since been deleted.

Search Changelog Snapshots

{% include 'netbox_history/_search_fields.html' %}
Reset
{% if table is not None %}

Results {{ result_count }} result{{ result_count|pluralize }}

{% if result_count %} {% render_table table %} {% else %}

No matching changelog entries found.

{% endif %}
{% endif %} {% endblock %}