{% extends "base.html" %} {% block content %}
{% if page.total %} {{ "{:,}".format(page.total) }} {{ (model_title if page.total != 1 else model_singular)|lower }} {% elif trashed %} {{ _("Nothing in the trash.") }} {% else %} {{ _("Nothing here yet") }} {% endif %}