Logic Filters
-
default
- used to provide a default string when the variable evaluates to
False
. -
default_if_none
- outputs
default
if and only if the value isNone
. -
length_is
- returns
True
if the length of the value isn
. -
yesno
- maps
True
,False
, andNone
to mapped values.