##
${form.title}
%for input in form.inputs: <% cls = "row" if input.error: cls += " form-row-error" %>
%if input.use_label:
${input.label}:
%endif
%if input.error:
Error: ${input.error}
%endif
%endfor