<%= t('course.title_show') %>: <%= @week.course.name %>

<%= t('week.title_show') %>: <%= @week.name %>

<%= t('lesson.title_show') %>: <%= @lesson.name %> (<%= link_to raw(t('back')), admin_week_path(@week) %>)

<%= @lesson.description %>