${_(u"Congratulations! You are eligible to receive course credit for successfully completing your {platform_name} course! {link_start}Get your credit now.{link_end}").format(
link_start=u'<ahref="{dashboard_url}">'.format(
dashboard_url=dashboard_link
),
link_end=u'</a>',
platform_name=settings.PLATFORM_NAME
)}
% if providers:
${_(u"Congratulations! You are eligible to receive course credit from {providers} for successfully completing your {platform_name} course! {link_start}Get your credit now.{link_end}").format(
link_start=u'<ahref="{dashboard_url}">'.format(
dashboard_url=dashboard_link
),
link_end=u'</a>',
platform_name=settings.PLATFORM_NAME,
providers=providers
)}
% else:
${_(u"Congratulations! You are eligible to receive course credit for successfully completing your {platform_name} course! {link_start}Get your credit now.{link_end}").format(
${_(u"Congratulations! You are eligible to receive course credit for successfully completing your edX course!")}
% if providers:
${_(u"Congratulations! You are eligible to receive course credit from {providers} for successfully completing your edX course!").format(providers=providers)}
% else:
${_(u"Congratulations! You are eligible to receive course credit for successfully completing your edX course!")}
% endif
${_(u"Click on the link below to get your credit now:")}
('cache_ttl',models.PositiveIntegerField(default=0,help_text='Specified in seconds. Enable caching by setting this to a value greater than 0.',verbose_name='Cache Time To Live')),