{% extends "base.html" %} {% block title %}Counts{% endblock %} {% block content %}

Counts

{% for c in counts %} {% empty %} {% endfor %}
Date Arrow count Edit
{{ c.date|date }} {{ c.count }} Editedit
No counts saved
add
{% endblock %}