<h1><%= type %></h1>

<%= include.('notices.html', notices: type) %>

<%= type %>

<% unless type.nil? %>

<h2>Input Fields</h2>

<%= include.('input_fields.html', input_fields: type) %>

<% end %>