I'm looking for something like this:
{% trans "There are %{flowers}n flowers in the vase" < flowers:3 %}
Now obviously syntax is fake, but it should be sufficient to demonstrate what I'm looking for.
Should I cook something of my own? It looks like a common usecase, so I was quite surprised that quick web search didn't return anything helpful.
I'm actually starting to loathe working with Django templating system... While I understand that it's designed to enforce separation of application logic from view, it's doing it by being intrusive on my workflow. I should be able to quickly prototype and only when I need to work with designer, and only then, should I have to be more strict about something like this.