<form method="POST" action="/customer/{{ action }}/">
<div style="float: right;
margin: 0px; padding: 05px; ">
Name:<select for="customer" >
<option value="{{ customer.name|escape }}" name="customer"></option><br />
</select>
<input type=submit value="delete">
</div>
</form>
Customer is a model,name is attribute it should display name in drop down box.Plz correct