{% extends "base.html" %} {% block title %} {{ block.super }} - Reset{% endblock %} {% block content %} {% load humanize %}

Reset Data

{% for table in tables %} {% endfor %}
Table Records Action
{{ table.name }} {{ table.count|intcomma }}
{% endblock %}