## mako <%page expression_filter="h"/> <%namespace name='static' file='/static_content.html'/> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers # App that handles subdomain specific branding from branding import api as branding_api %>

% if course and not disable_courseware_header:
${course.display_org_with_default}: ${course.display_number_with_default} ${course.display_name_with_default}
% endif

% if enable_enterprise_sidebar:
<% tagline = configuration_helpers.get_value('ENTERPRISE_TAGLINE', settings.ENTERPRISE_TAGLINE) %> % if tagline: ${tagline} % endif
% endif