I have a table in my HTML and I want to put a float variable into a column. I also want this variable to justify itself to the right.
Currently, I am trying {{ float|floatformat:2|rjust }}
, but it keeps throwing up a TemplateSyntaxError. Is it even possible to do this via the template system, or will I just have to use some CSS styling for this?