{% extends "base.htm" %} {% from 'bs_form_body.htm' import bs_form_body with context %} {% block main %}

{{ _("Sign In") }}

{{ _('If you have not created an account yet, then please sign up first.', signup_url=signup_url) }}

{{ request.view_title }}

{% endblock main %}