<%! from django.utils.translation import ugettext as _ %>
<%! from openedx.core.djangoapps.theming.helpers import get_value as get_themed_value %>

${_("Activate Your {platform_name} Account").format(
    platform_name=get_themed_value('PLATFORM_NAME', settings.PLATFORM_NAME
))}
