% if options.orientation == :horizontal %>{<% end %>
<% if attributes.any? %>
|
<% attributes.each do |attribute| %>
<%= attribute %> <%= attribute.type_description %> |
<% end %>
<% else %>
<% end %>
<% if options.orientation == :horizontal %>}<% end %>