UPDATE.tmpl 416 B

12345678910
  1. {{- $d := .resource_details -}}
  2. Your {{ if $d.brand -}} {{ $d.brand }} {{ end -}} {{ .resource_type }} {{ $d.name }} {{ if $d.project -}} in project {{ $d.project }} {{ end -}} has been {{ .action_display }} successfully
  3. {{- if $d.account -}}
  4. , the acount is {{ $d.account }}
  5. {{- end -}}
  6. {{- if $d.password -}}
  7. , the password is {{ $d.password }}
  8. {{- end -}}
  9. , and please go to the console to view more information