{% extends "modeladmin/index.html" %} {% load i18n modeladmin_tags wagtailadmin_tags %} {% block header_extra %}
{% include 'wagtailadmin/shared/locale_selector.html' with class='c-dropdown--large' %}
{% if user_can_create %}
{% include 'wagtail_localize/modeladmin/includes/button.html' with button=view.button_helper.add_button %}
{% endif %} {% if view.list_export %} {% endif %}
{% endblock %}