{% extends "name/base.html" %} {% load staticfiles %} {% load humanize %} {% block title %}Statistics{% endblock %} {% block head-extra %} {% endblock %} {% block content %}

There are {{ total_names|intcomma }} total names in {{ name_app_title }}. There are {{ total_identifiers|intcomma }} total links attached to Name records.

{% endblock %}