{%- macro tri_switch(name, label, help_text, state, effective, env_default, disabled=False, disabled_reason="") -%}
{% if state != "inherit" %} Changed {% endif %}
{% if not disabled %} {% endif %}

{{ help_text }}

{% if disabled and disabled_reason %}

{{ disabled_reason }}

{% endif %}
{%- endmacro -%}