## mako <%! from django.utils.translation import ugettext as _ from branding.api import get_footer %> <% footer = get_footer(is_secure=is_secure) %> <%namespace name='static' file='static_content.html'/> ## WARNING: These files are specific to edx.org and are not used in installations outside of that domain. Open edX users will want to use the file "footer.html" for any changes or overrides. % if include_dependencies: <%static:js group='base_vendor'/> <%static:css group='style-vendor'/> <%include file="widgets/segment-io.html" /> <%include file="widgets/segment-io-footer.html" /> % endif % if bidi == 'rtl': <%static:css group='style-lms-footer-edx-rtl'/> % else: <%static:css group='style-lms-footer-edx'/> % endif % if footer_css_urls: % for url in footer_css_urls: % endfor % endif % if footer_js_url: % endif