null
The null test checks if a variable is null.
{% if user.email is null %}
...
{% endif %}
nullThe null test checks if a variable is null.
{% if user.email is null %}
...
{% endif %}