default_if_none
Provide an alternative value in case a value is undefined.
For example:
{{ value|default_if_none:1 }}
Same as default_if_undefined.
This filter is built-in in the template compiler and inlined when compiling templates.
See also
Provide an alternative value in case a value is undefined.
For example:
{{ value|default_if_none:1 }}
Same as default_if_undefined.
This filter is built-in in the template compiler and inlined when compiling templates.
See also