{%extends 'base.html'%} {%block title%}History | Great API{%endblock%} {%block body%} {%include 'sidebar.html'%} {%include 'navbar.html'%} History {%for item in history_items%} {%if item.category == 'edit'%} {{item.name}} Edited {{item.created_date}} {%elif item.category == 'create'%} {{item.name}} Added {{item.created_date}} {%else%} {{item.name}} Deleted {{item.created_date}} {%endif%} {%endfor%} Prev 1 2 3 4 Next Filter Status All Draft Published Date Any Date Today This Week This Month This Year {%endblock%}