COMMON.tmpl 344 B

12345
  1. {{- $d := .resource_details -}}
  2. Your {{ if $d.brand -}} {{ $d.brand }} {{ end -}} {{ .resource_type_display }} {{ $d.name }} {{ if $d.project -}} in project {{ $d.project }} {{ end -}} has been {{ .action_display }} {{ .result_display }}
  3. {{- if eq .result "failed" -}}
  4. . And please go to the console as soon as possible to process.
  5. {{- end -}}