{%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}} {{item.created_date}} {%elif item.category == 'create'%} {{item.name}} {{item.created_date}} {%else%} {{item.name}} {{item.created_date}} {%endif%} {%endfor%} Prev Next Filter Category All Create Edit Delete Date All Today This Week This Month This Year {%endblock%}