% title t("views.credits.new.meta.title") %>
<%= flash[:error] %>
Credits are used for <%= community_name %> listings as well as upcoming products and services.
Contact <%= contact_link(additional_info: { subject: "Custom Bulk Pricing/Partnerships" }) %> for custom bulk pricing and partnerships.
All listings cost 1 credit, except:
Buying more credits upfront makes listings more cost-effective.
25 credits purchased today costs $100. 25 credits purchased individually will cost $125, etc.
<% count = @purchaser.credits.where(spent: false).size %> <%= params[:organization_id].present? ? t("views.credits.new.status.desc.org", name: @purchaser.name, count: count) : t("views.credits.new.status.desc.user", count: count) %>
<%= t("views.credits.new.how.desc_html") %>
<%= t("views.credits.new.form.note_org") %>
<% end %> <% end %>