<h2>{{m.Name}}: </h2>
<form id='{{m.Name}}Form' method='post' action='{{os}} url {{m.Name}}Controller {{cs}}'>
    <input type='hidden' name='op' value={{ob}}op{{cb}}>
    <input type='hidden' name='key' value={{ob}}{{m.Name}}Form.instance.key{{cb}}></input>
<table>
{{os}} for field in {{m.Name}}Form {{cs}}
    <tr>
        <td style="text-align:right;">
            {{ob}} field.label_tag {{cb}}:
        </td>
        <td>
            {{ob}} field {{cb}}
        </td>
        <td style='color: red;'>
            {{ob}} field.errors {{cb}}
        </td>
    <tr>
{{os}} endfor {{cs}}
</table>
<input type='submit' value={{os}}if {{m.Name}}Form.instance.key{{cs}} 'Update' {{os}} else {{cs}} 'Create' {{os}}endif{{cs}}></input>
</form>
<a href='{{os}}url {{m.Name}}Controller{{cs}}'>Back</a>