{%extends 'base.html'%} {%block title%}GreatAPI{%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.category == 'edit'%} {{item.name}} {%elif item.category == 'create'%} {{item.name}} {%else%} {{item.name}} {%endif%} {%endfor%} {%endblock%}