{% macro str_date(tdate,format) %} {% if tdate is not null %} {{ tdate|date(format) }} {% endif %} {% endmacro %}