{% load i18n %} {% if show_revert_edits %}

{% if cleanup_sitewide %} {% blocktranslate with user=cleanup_user.username %}Revert the latest editable translations by {{ user }} across all projects.{% endblocktranslate %} {% else %} {% blocktranslate with user=cleanup_user.username %}Revert the latest editable translations by {{ user }} in this project.{% endblocktranslate %} {% endif %}

{% endif %}

{% if cleanup_sitewide %} {% blocktranslate with user=cleanup_user.username %}Reject all pending suggestions from {{ user }} across all projects.{% endblocktranslate %} {% else %} {% blocktranslate with user=cleanup_user.username %}Reject all pending suggestions from {{ user }} in this project.{% endblocktranslate %} {% endif %}

{% if cleanup_sitewide %} {% blocktranslate with user=cleanup_user.username %}Delete all comments from {{ user }} across all projects.{% endblocktranslate %} {% else %} {% blocktranslate with user=cleanup_user.username %}Delete all comments from {{ user }} in this project.{% endblocktranslate %} {% endif %}