{% extends "base.html" %} {% set active_page = "admin_history" %} {% block title %} History - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

History Recent events

{% endblock %} {% block content %}

History Management

{% for history in histories %} {% endfor %}
Changed by Content Time Detail
{{ history.created_by }} {{ history.msg }} {{ history.created_on }}
{% endblock %} {% block extrascripts %} {% endblock %} {% block modals %} {% endblock %}