{{ ngettext("%(count)s photo added.", "%(count)s photos added.", added_count, count=added_count) }}
{% endif %} {% if media_items %} {# "Select all" here is every photo MATCHING THE FILTERS — including the ones on pages not rendered — which is why the count is the match total, not the page size. The scope is posted; the ids are not enumerated. #} {% call selection_bar('add-selection', selection, _('Select all %(count)s matching', count=match_count | format_integer)) %} {% endcall %} {# Always selecting: the screen exists to select. #}{{ _("Nothing left to add") }}
{{ _("Every photo matching these filters is already in this album. Adjust the filters to find more.") }}
{% else %}{{ _("No photos found") }}
{{ _("Try adjusting your filters.") }}
{% endif %}