%! from django.utils.translation import ugettext as _ from django.conf import settings %>
${_("Loading badge information...")}
{{ error }}
{{ badge.description }}
${ _("{platform_name} leverages the services of Credly, Inc. to assist in the administration of badges. " "By clicking 'Claim badge' below, you (1) consent to {platform_name} sharing your first name, " "email address, and badge eligibility with Credly for the purpose of Credly administering " "your badge and contacting you about your badge by email, and (2) acknowledge that you " "will be required to have an account with Credly to accept your badge and " "that your activity on the Credly website is subject to Credly's Terms of Service and Privacy Policy. " "You have the right to withdraw your consent at any time by contacting the {platform_name} support team." ).format(platform_name=settings.PLATFORM_NAME) }