oef/templates/error_participant_exists.html.tpl
2020-01-28 15:04:28 +01:00

4 lines
179 B
Smarty

{{ define "content" }}
{{$options := `title: "Errore nella creazione/aggiornamento di un partecipante"`}}
{{template "error" dict "options" ($options|yaml) "data" .Data}}
{{end}}