{% extends "base.html" %} {% load humanize %} {% load customfilter %} {% block pageContent %} {{employees|intcomma}} Total Employees {% endblock pageContent %} {% block ScriptBlock %} {% endblock ScriptBlock %}