{% extends 'edx/base.html' %} {% load compress %} {% load staticfiles %} {% load i18n %} {% block title %}{% trans "Credit Checkout" %}{% endblock title %} {% block content %}

{% blocktrans with provider='' count hours=credit_seats.0.attr.credit_hours %} Purchase 1 credit from {{ provider }} for: {% plural %} Purchase {{ hours }} credits from {{ provider }} for: {% endblocktrans %} {{ course.name }}

${{ credit_seats.0.stockrecords.first.price_excl_tax }}
{# data will be loaded with underscore template #}
{% trans "Total:" %} ${{ credit_seats.0.stockrecords.first.price_excl_tax }}
{% for processor_name, button_text in payment_processors.items %} {% endfor %}
{# date will be added with ajax call #} {% blocktrans with date='' %} Credit eligibility expires on {{ date }} {% endblocktrans %}
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 %}
{% if analytics_data %} {% endif %} {% endblock content %} {% block javascript %} {% endblock %}