{% raw %}{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} {% endraw %} {% if cookiecutter.username_type == "email" %} {% raw %}{{ user.name }}{% endraw %} {% else %} {% raw %}{{ user.username }}{% endraw %} {% endif %} {% raw %} {% endblock title %} {% block content %}