## mako
<%page expression_filter="h"/>
<%namespace name='static' file='../static_content.html'/>
<%!
from itertools import izip_longest
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
from courseware.courses import get_course_about_section
from django.conf import settings
from edxmako.shortcuts import marketing_link
from openedx.core.lib.courses import course_image_url
from openedx.core.djangolib.markup import HTML, Text
from openedx.core.djangolib.js_utils import js_escaped_string
%>
<%inherit file="../main.html" />
<%block name="headextra">
## OG (Open Graph) title and description added below to give social media info to display
## (https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content#tags)
%block>
<%block name="js_extra">
## CourseTalk widget js script
% if show_coursetalk_widget:
% endif
<%include file="../about_site.html" />
%block>
<%block name="pagetitle">${course.display_name_with_default}%block>
${course_details.description} ${_("You can purchase enrollment codes for this course to distribute to your team")}
${Text(_("Bulk discounts may apply for groups larger than 10. Contact {link_start}harvardxplus@harvard.edu{link_end} for more information.")).format(
link_start=HTML(link_start),
link_end=HTML('')
)}
Course Description
What you'll learn
% for item in course_details.learning_info:
${_("Want to purchase this course for a group?")}
Instructors