<%%= link_to l(:label_<%= singular_table_name %>_new), new_<%= singular_table_name %>_path, <%= key_value :class, '"icon icon-add"' %><%= maybe_remote %> %>
<%%= l(:label_<%= singular_table_name %>_plural) %>
<%% if @<%= plural_table_name %>.empty? %>
<%%= l(:label_no_data) %>
<%% end %>
<% if parent_options[:pagination] -%>
<% end -%>
<%% html_title l(:label_<%= singular_table_name %>_plural) -%>