% macro sign_up_form(select_currency=True) % include "templates/form-repost.html"

{{ _("Please input your email address:") }}

% if select_currency

{{ _("and select your preferred currency:") }}

% from "templates/macros/currencies.html" import currency_buttons with context {{ currency_buttons('sign-in.currency', currency) }}
% endif

{{ _( "By creating a Liberapay account you accept our {0}Terms of Service{1}.", ''|safe, ''|safe, ) }}

% endmacro