<%%=title t('.title') %>

<%- attributes.each do |attribute| -%> <%- end -%> <%- if is_action_included? :show -%> <%- end -%> <%- if is_action_included? :edit -%> <%- end -%> <%- if is_action_included? :destroy -%> <%- end -%> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <%- attributes.each do |attribute| -%> <%- end -%> <%- if is_action_included? :show -%> <%- end -%> <%- if is_action_included? :edit -%> <%- end -%> <%- if is_action_included? :destroy -%> <%- end -%> <%% end %>
<%%=t '<%= plural_name %>.fields.<%= attribute.name %>' %>   
<%%=h <%= singular_name %>.<%= attribute.name %> %><%%= link_to t('<%= plural_name %>.show.short_title'), <%= singular_name %> %><%%= link_to t('<%= plural_name %>.edit.short_title'), edit_<%= singular_name %>_path(<%= singular_name %>) %><%%= link_to t('<%= plural_name %>.destroy.short_title'), <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %>
<%- if is_action_included? :new -%>

<%%= link_to t('<%= plural_name %>.new.title'), new_<%= singular_name %>_path %>

<%- end -%>