gettext('To review student cohort group assignments or see the results of uploading a CSV file, download course profile information or cohort results on %(link_start)s the Data Download page. %(link_end)s'),
## Translators: provider_name is the name of an external, third-party user authentication provider (like Google or LinkedIn).
<buttontype="submit"class="button button-primary button-${enabled.NAME} login-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline_url[enabled.NAME]}');"><spanclass="icon ${enabled.ICON_CLASS}"></span>${_('Sign in with {provider_name}').format(provider_name=enabled.NAME)}</button>
<buttontype="submit"class="button button-primary button-${enabled.NAME} login-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline_url[enabled.NAME]}');"><spanclass="icon fa ${enabled.ICON_CLASS}"></span>${_('Sign in with {provider_name}').format(provider_name=enabled.NAME)}</button>
## Translators: provider_name is the name of an external, third-party user authentication service (like Google or LinkedIn).
<buttontype="submit"class="button button-primary button-${enabled.NAME} register-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline_urls[enabled.NAME]}');"><spanclass="icon ${enabled.ICON_CLASS}"></span>${_('Sign up with {provider_name}').format(provider_name=enabled.NAME)}</button>
<buttontype="submit"class="button button-primary button-${enabled.NAME} register-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline_urls[enabled.NAME]}');"><spanclass="icon fa ${enabled.ICON_CLASS}"></span>${_('Sign up with {provider_name}').format(provider_name=enabled.NAME)}</button>
@@ -65,7 +65,7 @@ from django.utils.translation import ugettext as _
<divclass="counter">
<inputmaxlength="3"title="Input qty and press enter."max="999"type="text"name="students"value="${item.qty}"id="${item.id}"data-unit-cost="${item.unit_cost}"data-qty="${item.qty}">
</div>
<divclass="inc button"><iclass="icon fa fa-caret-up"><span>+</span></i></div><divclass="dec button"><iclass="icon-caret-down"></i></div>
<divclass="inc button"><iclass="icon fa fa-caret-up"><span>+</span></i></div><divclass="dec button"><iclass="icon fa fa-caret-down"></i></div>
<li class="help-item"><%- gettext( "Make sure your face is well-lit" ) %></li>
<li class="help-item"><%- gettext( "Be sure your entire face is inside the frame" ) %></li>
<li class="help-item">
<%= _.sprintf( gettext( "Once in position, use the camera button %(icon)s to capture your photo" ), { icon: '<span class="example">(<i class="icon-camera"></i>)</span>' } ) %>
<%= _.sprintf( gettext( "Once in position, use the camera button %(icon)s to capture your photo" ), { icon: '<span class="example">(<i class="icon fa fa-camera"></i>)</span>' } ) %>
</li>
<li class="help-item"><%- gettext( "Can we match the photo you took with the one on your ID?" ) %></li>
<li class="help-item"><%- gettext( "Use the retake photo button if you are not pleased with your photo" ) %></li>
<li class="help-item"><%- gettext( "Ensure that you can see your photo and read your name" ) %></li>
<li class="help-item"><%- gettext( "Make sure your ID is well-lit" ) %></li>
<li class="help-item">
<%= _.sprintf( gettext( "Once in position, use the camera button %(icon)s to capture your ID" ), { icon: '<span class="example">(<i class="icon-camera"></i>)</span>' } ) %>
<%= _.sprintf( gettext( "Once in position, use the camera button %(icon)s to capture your ID" ), { icon: '<span class="example">(<i class="icon fa fa-camera"></i>)</span>' } ) %>
</li>
<li class="help-item"><%- gettext( "Use the retake photo button if you are not pleased with your photo" ) %></li>