{% macro boolean(value, none_is_false=False) %} {% if not none_is_false and value is none %} {% elif value %} {% else %} {% endif %} {% endmacro %}