{% extends 'admin/base.html' %} {% block content %}
{% if userData.is_actives == False %}
{% endif %} {% if userData.is_actives == True %}
{% endif %}

{{userData.username}}.

{{userData.email}}
User Avatar

Login Details

{% for list_mobile in diviceData %} {% if list_mobile.device_type == "android" %} {% endif %} {% if list_mobile.device_type == "ios" %} {% endif %} {% if list_mobile.device_type == "web" %} {% endif %} {% endfor %}
Device Type Device Name Last Used At Expired At Status
{{ list_mobile.device_name }} {{ list_mobile.updated_at }} {{list_mobile.expired_at}} active

Personal Details

Language en
ISD Code {{userData.isd_code}}
Mobile {{userData.mobile}}
Email Verified At {{userData.last_name}}
Mobile Verified At {{userData.first_name}}
{% endblock %}