% if state.get('log-in.email-sent-to') or state.get('log-in.carry-on') % include "templates/log-in-form.html" % else

{{ _("You need an account for this. Please fill one of the forms below.") }}

{{ _("Create an account") }}

% from "templates/macros/sign-up-form.html" import sign_up_form with context {{ sign_up_form(select_currency=False) }}

{{ _("Use an existing account") }}

% include "templates/log-in-form.html" % endif