{% extends 'layouts/box.html' %} {% load django_bootstrap5 %} {% block title %} Account Settings {% endblock %} {% block content %}
Email address | {% if user.email %}{{ user.email }}{% else %}No Email{% endif %} | Edit |
---|---|---|
{% if user.emailaddress_set.first.verified %} Verified{% else %} Not verified {% endif %} | {% if not user.emailaddress_set.first.verified %}Verify{% endif %} |