{%extends 'base.html'%} {%block title%}Group | GreatAPI{%endblock%} {%block body%} {%include 'sidebar.html'%} {%include 'navbar.html'%} Dashboard {{group_name}} {%for item in items%} {{item.name}} {%if item.total_count is not none %} Total articles: {{item.total_count}} {%endif%} {%endfor%} {%endblock%}