In this below code, the condition get and check the last login value and if zero then set never logged in message
{% if access__value == "0" %}
<p>Never logged in<p>
{% else %}
{{ access }}
{% endif %}
In this below code, the condition get and check the last login value and if zero then set never logged in message
{% if access__value == "0" %}
<p>Never logged in<p>
{% else %}
{{ access }}
{% endif %}