{% extends "access_grant_funding/base.html" %} {% set page_title = "Sign in" %} {% block content %}
{{ form.csrf_token }} {{ form.submit(params={"text": "Sign in"}) }}
{% endblock content %} {% block bodyEnd %} {% if auto_submit %} {% endif %} {% endblock bodyEnd %}