{% macro generate_help_tooltip(inputRow) -%} {% if showOnlineHelp %} {% if 'description' in inputRow and inputRow.description is not none and isCallout is not defined %} {% endif %} {% if inputRow.get('inline_description') is not none %} {% endif %} {% endif %} {%- endmacro %}