<%= notice %>
Name: <%= @selection.name %>
Parent: <%= @selection.parent_id %>
System code: <%= @selection.system_code %>
Position: <%= @selection.position %>
Is default: <%= @selection.is_default %>
Is system: <%= @selection.is_system %>
<%= link_to 'Edit', edit_selection_path(@selection) %> | <%= link_to 'Back', selections_path %>