%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<%%= notice %>
<% attributes.reject(&:password_digest?).each do |attribute| -%><%= attribute.human_name %>: <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
<% end -%> <%%= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %> | <%%= link_to 'Back', <%= index_helper %>_path %>