In Django template language I can display a time with microseconds using :
{{ player.time_to_display|time:"i:s:u" }}
I would like to display only milliseconds instead of the full microsecond value. I am not able to locate a way to do that in the documentation, is there a simple mean to do that ?