#{render_search_form( ::Sections::Controller::SectionEntries.r(:index, @section_id) )}

#{get_breadcrumbs}

#{lang('section_entries.labels.id')} #{lang('section_entries.labels.title')} #{lang('section_entries.labels.slug')} #{lang('section_entries.labels.status')} #{lang('section_entries.labels.created_at')} #{lang('section_entries.labels.updated_at')}
#{entry.id} #{if user_authorized?(:edit_section_entry) Sections::Controller::SectionEntries.a( entry.title, :edit, @section_id, entry.id ) else entry.title end} #{entry.slug} #{lang( "section_entries.special.status_hash.#{entry. \ section_entry_status.name}" )} #{format_date(entry.created_at)} #{format_date(entry.updated_at)}
#{if @entries.respond_to?(:navigation) and @entries.page_count > 1 @entries.navigation end}

#{lang('section_entries.messages.no_entries')}

#{Sections::Controller::SectionEntries.a( lang('section_entries.buttons.new'), :new, @section_id )}