How to call function that takes an argument in a Django template? February 15, 2023 by Tarik You cannot call a function that requires arguments in a template. Write a template tag or filter instead.