Back to Wagtail

Confirm Site Name

wagtail/admin/templates/wagtailadmin/shared/dialog/confirm_site_name.html

7.4419 B
Original Source

{% 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 %}

{% blocktrans trimmed %} Please type {{ wagtail_site_name }} to confirm. {% endblocktrans %}