I would like to add a year to the Django block diagram - using the syntax below.
{% blocktrans with now|date:"Y" as copydate %} © {{ copydate }} Company {% endblocktrans %}
This is similar to this existing Django ticket (http://code.djangoproject.com/ticket/3088), which apparently should work now, but I can't work either.
In both cases, the tag simply does not expand, but the other block transceivers are displayed perfectly.
django templates internationalization
mikemaccana
source share