<% connections.each do |connection| %>
<%= connection[:name] %> (<%= connection[:type][:info] %>)
<%= include.('notices.html', notices: connection[:notices]) %>

<%= connection[:description] %>

<% unless connection[:arguments].empty? %> <%= include.('arguments.html', arguments: connection[:arguments]) %> <% end %>
<% end %>