{% load i18n translations %} {% if show_builder %}
{% if not language %} {% with languages=user.profile.all_languages %} {% endwith %} {% endif %}
{% translate "Review strings changed by other users" %} changed:>="1 month ago" AND NOT changed_by:{{ user.username }} {% translate "Add" %}
{% translate "Translated strings" %} state:>=translated {% translate "Add" %}
{% translate "Strings with comments" %} has:comment {% translate "Add" %}
{% translate "Strings with any failing checks" %} has:check {% translate "Add" %}
{% translate "Strings with suggestions from others" %} has:suggestion AND NOT suggestion_author:{{ user.username }} {% translate "Add" %}
{% translate "Approved strings with suggestions" %} state:approved AND has:suggestion {% translate "Add" %}
{% translate "All untranslated strings added the past month" %} added:>="1 month ago" AND state:<=needs-editing {% translate "Add" %}
{% translate "Strings changed in the past two weeks" %} changed:>="2 weeks ago" {% translate "Add" %}
{% translate "Translated strings in a certain language" %} is:translated AND language: {% if languages %} {{ languages.0.code }} {% else %} en {% endif %} {% translate "Add" %}
{% endif %}