{% macro login_form(title, signup, error, google_btn, csrf, forgot, toggle_path, toggle_label) %}
{{ error }}
{% endif %} {{ google_btn }} {{ forgot }} {% endmacro %} {% macro check_email() %}We sent a confirmation link to your email address.
{% endmacro %} {% macro resend_confirm(csrf, error) %}{{ error }}
{% endif %} {% endmacro %} {% macro confirm_failed() %}Link expired or invalid.
{% endmacro %} {% macro invalid_link() %}Invalid confirmation link.
{% endmacro %} {% macro resend_success() %}If that account exists and is unconfirmed, a new link has been sent.
{% endmacro %} {% macro reset_request(csrf, error, message) %}{{ message }}
{% endif %} {% if error %}{{ error }}
{% endif %} {% endmacro %} {% macro reset_form(token, csrf, error) %}{{ error }}
{% endif %} {% endmacro %} {% macro password_updated() %}Your password has been reset.
{% endmacro %} {% macro magic_request(csrf, error, message, show_password_link=true) %}Enter your email and we'll send you a login link.
{% if message %}{{ message }}
{% endif %} {% if error %}{{ error }}
{% endif %} {% if show_password_link %}{% endif %} {% endmacro %} {% macro pay_success() %}Redirecting...
{% endmacro %}