<%- if options[:metatags] -%>

<%%%= title('<%%= plural_table_name.titleize %>') %>

<%- else -%>

<%%= plural_table_name.titleize %>

<%- end -%> <%% attributes.reject(&:password_digest?).each do |attribute| -%> <%% end -%> <%%% @<%%= plural_table_name %>.each do |<%%= singular_table_name %>| %> <%% attributes.reject(&:password_digest?).each do |attribute| -%> <%% end -%> <%%% end %>
<%%= attribute.human_name %>
<%%%= <%%= singular_table_name %>.<%%= attribute.column_name %> %><%%%= link_to 'Show', <%%= model_resource_name %> %> <%%%= link_to 'Edit', edit_<%%= singular_route_name %>_path(<%%= singular_table_name %>) %> <%%%= link_to 'Destroy', <%%= model_resource_name %>, data: { turbo_method: :delete, turbo_confirm: "Are you sure?" } %>
<%- if options[:pagination] -%> <%%%= render 'shared/pagination' %> <% end -%>
<%%%= link_to 'New <%%= singular_table_name.titleize %>', new_<%%= singular_route_name %>_path %>