{# Result of LDAP user sync. Expects: imported_count (int), skipped_count (int), errors (list of str). #}
✓ {{ _("Imported %(count)s new user%(s)s from LDAP", count=imported_count, s="s" if imported_count != 1 else "") }}
ℹ {{ _("Skipped %(count)s user%(s)s (already in Wizarr)", count=skipped_count, s="s" if skipped_count != 1 else "") }}
✗ {{ _("Errors during import:") }}
{{ _("No users to import") }}