{% load i18n %}
{% trans "Review strings changed by other users" %} changed:>={{ month_ago|date:"Y-m-d" }} AND NOT changed_by:{{ user.username }} {% trans "Add" %}
{% trans "Translated strings" %} state:>=translated {% trans "Add" %}
{% trans "Strings with comments" %} has:comment {% trans "Add" %}
{% trans "Strings with any failing checks" %} has:check {% trans "Add" %}
{% trans "Strings with suggestions from others" %} has:suggestion AND NOT suggestion_author:{{ user.username }} {% trans "Add" %}
{% trans "Approved strings with suggestions" %} state:approved AND has:suggestion {% trans "Add" %}