<%= schema.human_singular %>

<%%= link "Edit", to: Routes.<%= schema.route_helper %>_path(@conn, :edit, @<%= schema.singular %>), class: "ui button primary" %> <%%= link "Back", to: Routes.<%= schema.route_helper %>_path(@conn, :index), class: "ui button" %>
<%= for {k, _} <- schema.attrs do %>
<%= Phoenix.Naming.humanize(Atom.to_string(k)) %>: <%%= @<%= schema.singular %>.<%= k %> %>
<% end %>