I want to be able to change the format of the following into UK format
(DD/MM/YY HH:MM).
Last Modified: <b
tal:content="string:${template/bobobase_modification_time}"></b>
I know how to do it in dtml, but how to you do it with page templates?
In dtml:
<dtml-var bobobase_modification_time fmt="%d/%m/%Y">
TIA