Add Citizen
14 | {% if messages %} 15 |24 | 51 | 52 |
Name | 25 |National ID | 26 |Address | 27 |Date Spotted | 28 |Action | 29 |
---|---|---|---|---|
{{ thief.name }} | 35 |{{ thief.national_id }} | 36 |{{ thief.address }} | 37 |{{ thief.created_at }} | 38 |39 | View Location 40 | Found 41 | | 42 |
Name | 25 |National ID | 26 |Address | 27 |Status | 28 |Action | 29 |
---|---|---|---|---|
{{ citizen.name }} | 35 |{{ citizen.national_id }} | 36 |{{ citizen.address }} | 37 |{{ citizen.status }} | 38 |39 | {% if citizen.status == 'Free' %} 40 | Wanted 41 | {% elif citizen.status == 'Found' %} 42 | Wanted 43 | {% else %} 44 | Found 45 | {% endif %} 46 | | 47 |
Name | 25 |Surname | 26 |Police ID | 27 | 28 |Joined Date | 29 |
---|---|---|---|
{{ user.first_name }} | 35 |{{ user.last_name }} | 36 |{{ user.email }} | 37 |{{ user.created_at }} | 38 | 39 | 40 |
Upload thief picture and the system will detect and run an analysis on the picture face to detect the person as best as it can 22 |
23 | 24 | 25 |Upload thief video and the system will detect and run an analysis on the picture face to detect the person as best as it can 55 |
56 | 57 | 58 |Webcam is used to model a CCTV in this case 90 |
91 | Open Webcam 92 |