Hello. Is there an elegant way of passing more than one arguments to a custom filter? What I do now is pass a tuple from the view to the template that contains these arguments, and in the template, pass this tuple to the custom filter (which in the filter is seen as the "arg" parameter).
Thanks in advance!