Welcome to the HeatSync Labs Members App.

<% if !user_signed_in? then %>

You can sign up to become a member here!

<% end %> <% if user_signed_in? && current_user.orientation.blank? then %>

There's a lot more to see here, but our records show you haven't completed the new member orientation yet. If that's incorrect, please contact a volunteer.

<% end %> <% if user_signed_in? && current_user.member.to_i < current_user.member_level.to_i then %>

Looks like we haven't acknowledged a recent payment for you yet. This could be because we're slow, or this app just got started, but if in doubt please see your profile for payment instructions, or consider updating your membership level to something accurate.
Thanks for supporting HeatSync!

<% end %> <% if ((can? :read, @recent_user_names) && (@recent_user_names.count > 1)) then %>

New People:

<% end %>

Cool Stats:

# of People in this DB:
<%= @num_users %> (<%= @recent_users %> new in the last 7 days)
# of People Certified:
<%= @num_certs %> (<%= @recent_certs %> new in the last 7 days)
# of Door Accesses Granted:
<%= @num_door_opens %> (<%= @today_door_opens %> today, <%= @recent_door_opens %> in the last 7 days)
# of Door Accesses Denied:
<%= @num_door_denieds %> (<%= @recent_door_denieds %> in the last 7 days)
# of Computers in this DB:
<%= @num_macs %> (<%= @recent_macs %> seen today)