<%page expression_filter="h"/> <%inherit file="../main.html"/> <% from django.urls import reverse from django.utils.translation import gettext as _ from common.djangoapps.edxmako.shortcuts import marketing_link %>
% if reason:

This course is not eligible for Financial Assistance for the following reason: ${reason}

% else:

${_("Financial Assistance Application")}

% for line in header_text:

${line}

% endfor

${_("A Note to Learners")}

## Translators: This string will not be used in Open edX installations.

${_("Dear edX Learner,")}

## Translators: This string will not be used in Open edX installations.

${_("EdX Financial Assistance is a program we created to give learners in all financial circumstances a chance to earn a Verified Certificate upon successful completion of an edX course.")}

## Translators: This string will not be used in Open edX installations.

${_("If you are interested in working toward a Verified Certificate, but cannot afford to pay the fee, please apply now. Please note that financial assistance is limited and may not be awarded to all eligible candidates.")}

## Translators: This string will not be used in Open edX installations.

${_("If your application is approved, we'll give you instructions for verifying your identity on edx.org so you can start working toward completing your edX course.")}

## Translators: This string will not be used in Open edX installations.

${_("EdX is committed to making it possible for you to take high quality courses from leading institutions regardless of your financial situation, earn a Verified Certificate, and share your success with others.")}

## Translators: This string will not be used in Open edX installations. Do not translate the name "Anant".

${_("Sincerely,")}

${_("Anant")}

% endif