${_("Your payment was successful. You will see the charge below on your next credit or debit card statement. The charge will show up on your statement under the company name {platform_name}. If you have billing questions, please read the FAQ or contact {billing_email}. We hope you enjoy your order.").format(platform_name=settings.PLATFORM_NAME,billing_email=settings.PAYMENT_SUPPORT_EMAIL)}
${_("Your payment was successful. You will see the charge below on your next credit or debit card statement. The charge will show up on your statement under the company name {platform_name}. If you have billing questions, please read the FAQ or contact {billing_email}. We hope you enjoy your order.").format(platform_name=settings.PLATFORM_NAME,billing_email=settings.PAYMENT_SUPPORT_EMAIL)}
<p>${_("Make sure your full name on your edX account ({}) matches your ID. We will also use this as the name on your certificate.").format(user_full_name)}</p>
<p>${_("Make sure your full name on your edX account ({full_name}) matches your ID. We will also use this as the name on your certificate.").format(full_name="<spanid='full-name'>" + user_full_name + "</span>")}</p>
</div>
</div>
<ulclass="list-actions">
<ulclass="list-actions">
<liclass="action action-editname">
<liclass="action action-editname">
<arel="modal"class="edit-name"rel="leanModal"href="#edit-name">${_("Edit your name")}</a>
<aclass="edit-name"rel="leanModal"href="#edit-name">${_("Edit your name")}</a>