#{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} #{anchor_to( entry.title, Sections::Controller::SectionEntries.r(:edit, @section_id, entry.id) )} #{entry.title} #{entry.slug} #{@status_hash[entry.status]} #{entry.created_at.strftime(session[:user].date_format)} #{ if entry.updated_at entry.updated_at.strftime(session[:user].date_format) end }

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

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