% macro sign_up_form(select_currency=True) % include "templates/form-repost.html"
{{ _("Please input your email address:") }}
{{ _("and select your preferred currency:") }}
{{ _( "By creating a Liberapay account you accept our {0}Terms of Service{1}.", ''|safe, ''|safe, ) }}
% endmacro