{% if userData.is_actives == False %}
| Device Type |
Device Name |
Last Used At |
Expired At |
Status |
{% 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 %}
{{ list_mobile.device_name }} |
{{ list_mobile.updated_at }} |
{{list_mobile.expired_at}} |
active |
{% endfor %}
| Language |
en |
| ISD Code |
{{userData.isd_code}} |
| Mobile |
{{userData.mobile}} |
| Email Verified At |
{{userData.last_name}} |
| Mobile Verified At |
{{userData.first_name}} |