{# Result of LDAP group sync + OOB dropdown update. Expects: synced_count (int), total_count (int), groups (list of LDAPGroup). #}
✓ {{ _("Synchronized %(synced)s new group%(s1)s (Total: %(total)s group%(s2)s in LDAP)", synced=synced_count, s1="s" if synced_count != 1 else "", total=total_count, s2="s" if total_count != 1 else "") }}