%! from django.utils.translation import ugettext as _ %>
${_("You were most recently in {section_link}. If you're done with that, choose another section on the left.").format( section_link='{section_name}'.format( url=prev_section_url section_name=prev_section.display_name_with_default, ) )}