e-li-nps/web/templates/edit_block.html

7 lines
243 B
HTML

{{define "edit_block.html"}}
<p class="eli-nps-sub">Nota atual: {{if .Reg.Nota}}{{.Reg.Nota}}{{else}}(sem nota){{end}}</p>
{{template "nota_block.html" .}}
{{if .Reg.Nota}}
{{template "justificativa_block.html" .}}
{{end}}
{{end}}