<div class="postHeader"><h1>{{m.Name}}: </h1></div>
<div class="postContent">
    <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>
</div>
<div class="postFooter">
    <div class="nav">
    <a href='{{os}}url {{m.Name}}Controller{{cs}}'>Back</a>
    </div>
</div>