{% extends "wcs/backoffice.html" %} {% load i18n %} {% block content %} {% block appbar %}

{% trans "Studio" %}

{% if is_global_search_allowed %} {% trans "Search" %} {% endif %}
{% endblock %}

{% trans "Recent changes" context "studio" %}

{% if show_all_changes %}

{% trans "See all changes" %}

{% endif %}
{% if ancient_count %} {% blocktrans count counter=ancient_count %} {{ ancient_count }} ancient form. {% plural %} {{ ancient_count }} ancient forms. {% endblocktrans %}
{% trans "Anonymisation should be configured." %}
{% endif %}

{% trans "Recent errors" context "studio" %}

{% if recent_errors %}

{% trans "See all errors" context "studio" %}

{% else %}

{% trans "No errors, congratulations!" %}

{% endif %}

{% trans "Deprecations Report" %}

{% if is_trash_allowed %}

{% trans "Trash, recently deleted items" %}

{% endif %}
{% endblock %}