Meet Our Agents
<% @agents.each do |a| %> <% next if !a.assistant_to.nil? && a.assistant_to.length > 0 %>
<%= a.first_name %> <%= a.last_name %>
<% end %>
Richard Ellis, Jr.
<% @agents.each do |as| %> <% if as.assistant_to == "048540000" %>
<%= as.first_name %> <%= as.last_name %>
<% end %> <% end %>
<% @agents.each do |a| %> <% next if !a.assistant_to.nil? && a.assistant_to.length > 0 %> <% next if a.la_code == '048540000' %>
<%= a.first_name %> <%= a.last_name %>
<% @agents.each do |as| %> <% if as.assistant_to == a.la_code %>
<%= as.first_name %> <%= as.last_name %>
<% end %> <% end %>
<% end %>
<% if @agent.la_code == '048540000' %>
<% if @prev %>
Previous Agent
<% end %> <% if @next %>
Next Agent
<% end %>
<%= @agent.first_name %> <%= @agent.last_name %>
<% if @agent.contact_info.nil? || @agent.contact_info.strip.length == 0 %>
<% if @agent.office_phone.strip.length > 0 %>
Work Phone:
<%= @agent.office_phone %>
<% end %> <% if @agent.car_phone.strip.length > 0 %>
Cell Phone:
<%= @agent.car_phone %>
<% end %> <% if @agent.home_phone.strip.length > 0 %>
Home Phone:
<%= @agent.home_phone %>
<% end %> <% if @agent.member_email.strip.length > 0 %>
Email:
<%= @agent.member_email %>
<% end %>
<% else %> <%= raw @agent.contact_info %> <% end %>
See My Listings
<%= raw @agent.bio %>
<% elsif @agent.la_code != "048540000" %>
<% if @prev %>
Previous Agent
<% end %> <% if @next %>
Next Agent
<% end %>
<%= @agent.first_name %> <%= @agent.last_name %>
<% if @agent.contact_info.nil? || @agent.contact_info.strip.length == 0 %>
<% if @agent.office_phone.strip.length > 0 %>
Work Phone:
<%= @agent.office_phone %>
<% end %> <% if @agent.car_phone.strip.length > 0 %>
Cell Phone:
<%= @agent.car_phone %>
<% end %> <% if @agent.home_phone.strip.length > 0 %>
Home Phone:
<%= @agent.home_phone %>
<% end %> <% if @agent.member_email.strip.length > 0 %>
Email:
<%= @agent.member_email %>
<% end %>
<% else %> <%= raw @agent.contact_info %> <% end %>
See <%= @assistants.count > 0 ? 'Our' : 'My' %> Listings
<%= raw @agent.bio %>
<% end %> <% @assistants.each do |a| %>
<%= a.first_name %> <%= a.last_name %>
<% if a.contact_info.nil? || a.contact_info.strip.length == 0 %>
<% if a.office_phone.strip.length > 0 %>
Work Phone:
<%= a.office_phone %>
<% end %> <% if a.car_phone.strip.length > 0 %>
Cell Phone:
<%= a.car_phone %>
<% end %> <% if a.home_phone.strip.length > 0 %>
Home Phone:
<%= a.home_phone %>
<% end %> <% if a.member_email.strip.length > 0 %>
Email:
<%= a.member_email %>
<% end %>
<% else %> <%= raw a.contact_info %> <% end %> <% if !a.bio.nil? && a.bio.strip.length > 0 %> <%= raw a.bio %> <% end %>
<% end %>