{{ LocaTemplate "email.transitionRejected.title" }}

{{ LocaTemplateMarkdown "email.transitionRejected.message_md" }} {{ if and .Action .Action.Message }}

{{ LocaFrontend .Action.Message }}

{{ end }} {{ if and .Info .Info.Objects }}

{{ LocaTemplate "email.transitionRejected.details.title" }}

{{ range $idx, $obj := .Info.Objects }} {{ end }}
{{ add $idx 1 }} {{ $imgAttrs := $obj.Standard.BrowserThumb.ImgAttrs $.Context 100 }} {{ if $imgAttrs }}
Preview image of {{ LocaData $obj.Standard.One.Text }}
{{ end }}
{{ LocaFrontend $obj.Standard.One.Text }}
{{ end }}