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

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

<%= type %>

<% unless type.empty? %>

<h2>Implemented by</h2>

<ul>

<% type[:implemented_by].each do |implementor| %>
  <li><code><a href="<%= base_url %>/object/<%= slugify.(implementor) %>"><%= implementor %></a></code></li>
<% end %>

</ul>

<% end %>

<% unless type.empty? %>

<h2>Fields</h2>

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

<% end %>