{% call page_header(_("Unassigned Faces")) %} {% trans count=faces|length, shown=faces|length|format_integer, total=unassigned_face_count|format_integer %}Showing {{ shown }} of {{ total }} unassigned face{% pluralize %}Showing {{ shown }} of {{ total }} unassigned faces{% endtrans %} {% endcall %}
{% if face_suggestions | length > 0 %} {% for faceSuggestion in face_suggestions %}
{{ faceSuggestion.suggestion_name }} {% trans count=faceSuggestion.faces|length, formatted_count=faceSuggestion.faces|length|format_integer %}{{ formatted_count }} face{% pluralize %}{{ formatted_count }} faces{% endtrans %} {% if faceSuggestion.date_start %} {% set date_start = faceSuggestion.date_start | format_date("date") %} {% set date_end = faceSuggestion.date_end | format_date("date") %} {{ date_start }}{% if date_end and date_end != date_start %} – {{ date_end }}{% endif %} {% endif %}
{% for person in faceSuggestion.people %} {% endfor %}
{% endfor %} {% endif %} {% if face_suggestions | length == 0 and unassigned_face_count > 0 %}

{{ _("No results found") }}

{{ _("Double-check the applied filters or decrease the similarity threshold.") }}

{% endif %} {% if unassigned_face_count == 0 %}

{{ _("All Faces Assigned!") }}

{{ _("There isn't anything for you to do here.") }}

{% endif %}