In Sendwithus you can use the pluralize
filter to change the suffix of a word. Like Django’s pluralize filter it returns a plural suffix if the first argument is an integer greater than 1 or a sequence with more than 1 item. If a plural suffix isn’t specified pluralize
defaults to ’s’.
pluralize(int) pluralize(int, plural) pluralize(int, singular, plural)
pluralize(seq) pluralize(seq, plural) pluralize(seq, singular, plural)