<% if options[:admin_authenticated] || options[:authenticated] -%> <% end -%> <% for attribute in attributes -%> <% end -%> <%% unless <%= plural_name %>.empty? %> <%% for <%= singular_name %> in <%= plural_name %> %> <% if options[:admin_authenticated] || options[:authenticated] -%> <% end -%> <% for attribute in attributes -%> <% end -%> <%% end %> <%% else -%> <%% end -%>
<%%= sort_link_helper t('ID'), '<%=singular_name%>', 'id' %><%%= sort_link_helper <%= class_name %>.human_attribute_name(:login), '<%=singular_name%>', 'login' %> <%%= sort_link_helper <%= class_name %>.human_attribute_name(:name), '<%=singular_name%>', 'name' %> <%%= sort_link_helper <%= class_name %>.human_attribute_name(:email), '<%=singular_name%>', 'email' %> <%%= sort_link_helper <%= class_name %>.human_attribute_name(:created_at), '<%=singular_name%>', 'created_at' %><%%= sort_link_helper <%= class_name %>.human_attribute_name(:<%= attribute.name %>), '<%=singular_name%>', '<%= attribute.name %>' %>
_path(<%=singular_name%>)}'" %>);"><%%= link_to <%= singular_name %>.id, [:admin, <%= singular_name %>]%>_path(<%=singular_name%>)}'" %>);" class="login"><%%=h <%= singular_name %>.login %> _path(<%=singular_name%>)}'" %>);" class="name"><%%=h <%= singular_name %>.name %> _path(<%=singular_name%>)}'" %>);" class="email"><%%=h <%= singular_name %>.email %> _path(<%=singular_name%>)}'" %>);" class="created_at"><%%=h <%= singular_name %>.created_at %>_path(<%=singular_name%>)}'" %>);" class="<%= attribute.name %>"><%%=h <%= singular_name %>.<%= attribute.name %> %>
<%%=t :no_data_available%>