From the docs, if you have a template variable called num_countries, you could just write something like:
countr{{ num_countries|pluralize:"y,ies" }}
From the docs, if you have a template variable called num_countries, you could just write something like:
countr{{ num_countries|pluralize:"y,ies" }}