% # Display a list of users and their sessions. # # Locals: # * users => Array of users to display. REQUIRED. # * hide_rooms => Should the rooms be hidden in the list of sessions displayed for each user? Defaults to false. # * only_for_event => Only display entries associated with this event record or its children. Optional. hide_rooms ||= false only_for_event = local_assigns[:only_for_event] %>