2024-07-07 21:31:12 -07:00
|
|
|
{{if and (.item.Attributes.label) (not .item.Attributes.hide_label)}}
|
2023-02-24 14:36:07 +08:00
|
|
|
<h3>{{.item.Attributes.label}}{{if .item.Validations.required}}<label class="required"></label>{{end}}</h3>
|
2022-09-02 15:58:49 +08:00
|
|
|
{{end}}
|
2023-02-24 14:36:07 +08:00
|
|
|
{{if .item.Attributes.description}}
|
2024-11-05 14:04:26 +08:00
|
|
|
<span class="help">{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.description}}</span>
|
2022-09-02 15:58:49 +08:00
|
|
|
{{end}}
|