%= render :partial => 'spree/shared/error_messages', :locals => { :target => @promotion } %>
<%= f.label :usage_limit %> <%= f.text_field :usage_limit %> <%= t(:current_promotion_usage, :count => @promotion.credits_count) %>
<%= f.label :starts_at %> <%= f.text_field :starts_at, :class => 'datepicker' %>
<%= f.label :expires_at %> <%= f.text_field :expires_at, :class => 'datepicker' %>