Personal I have the following code:
<div>
<h4>{{ combination|length }} combinação{{ combination|length|pluralize }}</h4>
<h5><b>Total:</b> {{ combination.paginator.count }} combinação{{ combination.paginator.count|pluralize }}</h5>
</div>
It returns me the amount of combinations. That is, in the plural he is making combinations. How do I fix this?