<%% @meta_title = @title = <%= class_name %>.model_name.human(count: 2) %> <%%= options new_panel_<%= singular_name %>_path %> <%% <%= @instance_plural %>.each do |<%= singular_name %>| %> <%% end %>
# <%%= <%= class_name %>.human_attribute_name :created_at %> <%%= t 'actions.actions' %>
<%%= <%= singular_name %>.id %> <%%= l <%= singular_name %>.created_at %> <%%= link_to t('actions.edit'), [:edit, :panel, <%= singular_name %>] %> <%%= link_to t('actions.destroy'), [:panel, <%= singular_name %>], confirm: t('actions.confirm'), method: 'delete' %>
<%%= pager <%= @instance_plural %> %>