{% if form.email_verified.value %}{% trans 'Verified' %}{% else %}{% trans 'Not verified' %}{% endif %}
{# Render the rest of the fields too in case we missed one #}
{% for field in form %}
{% if field.name != 'id' and field.name != 'first_name' and field.name != 'last_name' and field.name != 'username' and field.name != 'password' and field.name != 'is_staff' and field.name != 'is_superuser' and field.name != 'is_active' and field.name != 'state' and field.name != 'email' and field.name != 'email_verified' %}