{% extends 'data/base.html' %} {% block title %}Dashboard{% endblock %} {% block body %}
{% for id, value in button_count.items() %}

Button {{ id }} was pressed: {{ value }} times.

{% endfor %} {% endblock %}