{% extends 'admin/master.html' %} {% from "security/_macros.html" import render_field, render_field_with_errors, render_checkbox_field, render_button %} {% include "security/_messages.html" %} {% block head %} {% endblock head %} {% block page_body %}
Sign in
{% if security.recoverable %}
I forgot my password
{% endif %}
{% if security.registerable %}
Register a new account
{% endif %}