{% load i18n %} {% load translations %} {% if show_builder %}
{% if not language %} {% with languages=user.profile.all_languages %} {% endwith %} {% endif %}
{% 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" %}
{% trans "All untranslated strings added the past month" %} added:>={{ month_ago|date:"Y-m-d" }} AND state:<=needs-editing {% trans "Add" %}
{% trans "Translated strings in a certain language" %} is:translated AND language:{% if languages %}{{ languages.0.code }}{% else %}en{% endif %} {% trans "Add" %}
{% endif %}