{% extends "layout/ver_baru/base_admin.html" %} {% block title %}User Bot{% endblock %} {% block content %}
| No | Tele UID | NIK | Nama | Status |
|---|---|---|---|---|
| {{ forloop.counter0|add:karyawan_page.start_index }} | {{ tele }} | {{ nik }} | {{ nama }} | {% if tele == "Belum Regist Bot" %} Belum Regist Bot {% else %} {% if is_login %} Online {% else %} Offline {% endif %} {% endif %} |
| No | Tele UID | TL ID | Nama | Status |
|---|---|---|---|---|
| {{ forloop.counter0|add:tl_page.start_index }} | {{ tele }} | {{ tl_id }} | {{ tl_nama }} | {% if tele == "Belum Regist Bot" %} Belum Regist Bot {% else %} {% if is_login %} Online {% else %} Offline {% endif %} {% endif %} |
| No | Tele UID | SF ID | Nama SF | TL ID | Nama TL | Status |
|---|---|---|---|---|---|---|
| {{ forloop.counter0|add:sf_page.start_index }} | {{ tele }} | {{ sf_id }} | {{ sf_nama }} | {{ tl_id }} | {{ tl_nama }} | {% if tele == "Belum Regist Bot" %} Belum Regist Bot {% else %} {% if is_login %} Online {% else %} Offline {% endif %} {% endif %} |