{% extends 'baseModal.html' %} {% include "formMacros.html" %} {% include "uiMacros.html" %} {% block modalClass %}apos-localization-report apos-ui-modal-no-sidebar{% endblock%} {% block modalLabel %} Localization Report {% endblock%} {% block modalControls %} {{ renderProgressBtn({dataAttrs: 'data-cancel', float: 'left', arrow: 'left', label: __('Done')}) }} {% endblock %} {% block modalBody %} {% if locale == defaultLocale %}

{{ __('You are currently viewing the default locale, %s. Switch to another locale to view this report.', locale) }}

{% else %}

{{ __('Documents listed below have been updated in %s and require updates in %s.', locales[defaultLocale], locales[locale]) }}

{% include "reportPage.html" %}
{% endif %} {% endblock %}