{% extends 'base.html' %} {% block title %}History{% endblock %} {% block body %}

History


(Admin Panel Actions History)
{% for column_name in history_data_columns %} {% endfor %} {% for row in history_data %} {% set loop_index=loop.index-1 %} {% for key, field in row.items() %} {% endfor %} {% endfor %}
{{column_name}}
{{field}}

{% for cat, msg in get_flashed_messages(with_categories=true) %}

{{ msg }}

{% endfor %} {% endblock %}