{% extends 'wagtailadmin/pages/side_panels/includes/action_list_item.html' %} {% load i18n wagtailadmin_tags %} {% block content %} {% trans 'Page Locale: ' as screen_reader_title_prefix %} {% if translations %} {% blocktrans trimmed with count=page.get_translations.count asvar help_text %} Translated to {{ count }} other locales {% endblocktrans %} {% else %} {% trans 'No other translations' as help_text %} {% endif %} {% with icon_name='globe' title=page.locale.get_display_name %} {{ block.super }} {% endwith %} {% endblock %} {% block action %} {% if translations %}