${h.form(url('admin_settings_email'), method='post')}
${h.text('test_email',size=30)}
${h.submit('send',_('Send'),class_="btn")}
${h.end_form()}