{% extends "layout.html" %} {% load crispy_forms_tags %} {% block title %}Login{% endblock %} {% block body %} {% if user.username %}

{{ user.username }} change your password here

{{ user.username }} logout here

{% endif %} {% endblock %}