%page expression_filter="h"/> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import dump_js_escaped_json %> <%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> <%block name="pagetitle">${_("Data sharing consent required")}%block> ${_("Data Sharing Consent")} % if not course_specific: ${_("Before your account can be linked, you must agree to share your course data with {provider}.").format(provider=enterprise_customer_name)} % else: ${_("Before you can access {course_name}, you must agree to share your course data with {provider}.").format(provider=enterprise_customer_name, course_name=course_name)} % endif % if not course_specific: ${_("I agree to allow {platform_name} to share data about my enrollment, completion and performance in all {platform_name} courses and programs where my enrollment is sponsored by {provider}.*").format(provider=enterprise_customer_name, platform_name=platform_name)} % else: ${_("I agree to allow {platform_name} to share data about my enrollment, completion and performance in {course_name} with {provider}.*").format(provider=enterprise_customer_name, course_name=course_name, platform_name=platform_name)} % endif % if course_specific and course_id: % endif % if redirect_url: % endif Submit *${ messages['note'] }
*${ messages['note'] }