11 lines
206 B
Smarty
11 lines
206 B
Smarty
{{- define "tc.v1.common.lib.util.stopAll" -}}
|
|
{{- $rootCtx := . -}}
|
|
|
|
{{- $stop := "" -}}
|
|
{{- if $rootCtx.Values.global.stopAll -}}
|
|
{{- $stop = true -}}
|
|
{{- end -}}
|
|
|
|
{{- $stop -}}
|
|
{{- end -}}
|