{% extends "base.html" %} {% block title %}{{ res.label }}{% endblock %} {% block body %}

{{ res.label }} {{ "{:,}".format(total) }}

New {{ res.label|lower }}
{% include "_table.html" %} {% endblock %}