{% extends "base.html" %} {% block content %}

Library History

History of imports and modifications based on audit files.

{% if history is not none and not history.empty %} {% for col in history.columns %} {% endfor %} {% for _, row in history.iterrows() %} {% for col in history.columns %} {% endfor %} {% endfor %}
{{ col|capitalize }}
{{ row[col] }}
{% else %}

No history records found.

{% endif %} {% endblock %}