<%page expression_filter="h"/> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import gettext as _ from openedx.core.djangolib.js_utils import js_escaped_string %> <% # set doc language direction from django.utils.translation import get_language_bidi dir_rtl = 'rtl' if get_language_bidi() else 'ltr' course_mode_class = course_mode if course_mode else '' %> % if facebook_share_enabled: ## OG (Open Graph) url, title, type, image and description added below to give social media info to display ## (https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content#tags) %endif ${document_title} <%static:css group='style-certificates'/> <% ga_4_id = static.get_value("GOOGLE_ANALYTICS_4_ID", settings.GOOGLE_ANALYTICS_4_ID) %> % if ga_4_id: % endif
<%include file="_accomplishment-header.html" />
${self.body()}
<%include file="_accomplishment-footer.html" />
<%include file="_assets-secondary.html" /> %if badge: <%include file="_badges-modal.html" /> %endif