<%=t("code")%>: <%= f.text_field :code, {"style" => "width:200px"} %>
<%=t("description")%>: <%= f.text_field :description, {"style" => "width:200px"} %>
<%=t("usage_limit")%>: <%= f.text_field :usage_limit, {"style" => "width:200px"} %>
<%=t("combine")%>: <%= f.check_box :combine %>
<%=t("expiration")%>: <%= date_select :coupon, :expires_at, :prompt => true, :use_month_numbers => true %>
<%= render "admin/shared/calculator_fields", :f => f %>