{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ user.name }}{% endblock %} {% block content %}

{{ user.name }}

{% url 'account_email' as email_url %} {% include 'widgets/read-more-link.html' with fontawesome='envelope' text='edit email settings' href=email_url %} {% crispy form %} {% endblock %}