{%extends 'base.html'%} {%block title%}Great API{%endblock%} {%block body%} {%include 'sidebar.html'%} {%include 'navbar.html'%} Dashboard {%for group in groups%} {{group.name}} Total User: {{group.total_count}} {%endfor%} History View All {%for item in history_items%} {%if item.type == 'edit'%} Item Edited {{item.date}} {%else%} New Item Added {{item.date}} {%endif%} {%endfor%} {%endblock%}