{% extends 'edx/base.html' %} {% load compress %} {% load core_extras %} {% load staticfiles %} {% load i18n %} {% block title %} {% blocktrans with course_name=course.name %}Purchase Credit for {{ course_name }}{% endblocktrans %} {% endblock title %} {% block content %}
{% if error %} {% else %}

{% captureas course_name %} {{ course.name }} {% endcaptureas %} {% blocktrans %} Purchase Credit for {{ course_name }} {% endblocktrans %}

{% blocktrans with date=deadline|date %} Congratulations! You are eligible to purchase academic course credit for this course. You must purchase your credit before {{ date }}. Select one of the following institutions to purchase your credit. {% endblocktrans %}
{% for provider in providers %} {% include "edx/credit/_provider_detail.html" %} {% endfor %}
{% if code %}
{% trans "Price:" %} $
{% trans "Discount:" %}
{% endif %}
{% trans "Total:" %} $
{% endif %}
Earn Academic Credit for Your Accomplishments
{% trans "You deserve it." %}

{% trans "The hard work is over - you passed the course! Now get the credit you deserve to start or complete a degree." %}

{% trans "It's affordable." %}

{% trans "The credit offered through edX generally costs less than the same credit at most institutions." %}

{% trans "It opens doors." %}

{% trans "Many of today's most in-demand jobs require a college degree. Start your path to success!" %}

{% trans "Questions?" %}
{% blocktrans with link_start='' link_end='' %} Please read {{ link_start }}our FAQs to view common questions about our certificates.{{ link_end }} {% endblocktrans %}
{% endblock content %} {% block javascript %} {% endblock %}