<%def name="render_social_buttons(social_plugins, context_page=None)"> %for plugin in social_plugins: %if context_page == 'login': ${_('Sign in with')} ${plugin.get_display_name()} %elif context_page == 'register': ${_('Connect with')} ${plugin.get_display_name()} %endif %endfor