<% if defined? retailers %>

Find <%= Spree::Config[:site_name] %> at the following retail locations:

<%= render :partial => 'retailer', :collection => retailers %>
<% end %>