{% load i18n wagtailadmin_tags %}
{% blocktrans count counter=total_pages trimmed with total_pages_formatted=total_pages|intcomma %} This action will delete {{ total_pages_formatted }} page in total. {% plural %} This action will delete {{ total_pages_formatted }} pages in total. {% endblocktrans %}