{% extends 'base.html' %} {% import "bootstrap_wtf.html" as wtf %} {% block content %}

{{ _('Sign In') }}

{{ wtf.quick_form(form) }}

{{ _('New User?') }} {{ _('Click to Register!') }}

{{ _('Forgot Your Password?') }} {{ _('Click to Reset It') }}

{% endblock %}