<spanclass="eligibility_msg">${student.get_full_name()}, ${_("You are no longer eligible for this course.")}</span>
<spanclass="eligibility_msg">${_("{student_name}, you are no longer eligible for credit in this course.").format(student_name=student.profile.name)}</span>
<spanclass="eligibility_msg">${student.get_full_name()}, ${_("You have met the requirements for credit in this course.")}
<spanclass="eligibility_msg">${_("{student_name}, you have met the requirements for credit in this course.").format(student_name=student.profile.name)}
${_("{link} to purchase course credit.").format(link="<ahref={url}>{url_name}</a>".format(url = reverse('dashboard'), url_name = _('Go to your dashboard')))}