## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> <%namespace file="base/social_buttons.html" import="render_social_buttons"/> <%def name="title()"> ${_('Create an Account')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def>
${_('Account activation requires admin approval.')}
%endif ${h.submit('sign_up',_('Create Account'),class_="btn sign-in")} ${h.end_form()}${_('Register using one of external services')}:
${render_social_buttons(c.social_plugins, 'register')}
% endif