{%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.type == 'edit'%} Item Edited {{item.date}} {%else%} New Item Added {{item.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%}