{% extends 'wagtailadmin/shared/side_panels/includes/action_list_item.html' %} {% load i18n wagtailadmin_tags %} {% block content %} {% if page %} {% trans 'Page Locale: ' as screen_reader_title_prefix %} {% else %} {% trans 'Locale: ' as screen_reader_title_prefix %} {% endif %} {% if object.pk and translations %} {% blocktrans trimmed asvar help_text %} Available in {{ translations_total }} locales {% endblocktrans %} {% else %} {% trans 'No other translations' as help_text %} {% endif %} {% with icon_name='globe' title=locale.get_display_name %} {{ block.super }} {% endwith %} {% endblock %} {% block action %} {% if translations %}