<%= t 'explore.participants.last_active' %>
<% User.last_active.first(5).each do |u| %> <%= render partial: 'explore/last_active', locals: { object: u } %> <% end %>
<%= t 'explore.participants.last_registered' %>
<% User.last_registered.first(3).each do |u| %> <%= render partial: 'explore/last_registered', locals: { object: u } %> <% end %>