{% extends 'base.html' %} {% load static thumbnail %} {% block extra_css %} {% endblock extra_css %} {% block page_header %} {% comment %}

{{ title }}
Primary

{% endcomment %}

{{ title }} Back {% comment %} {% if object.is_checked_in %} Print Pass {% else %} Check In {% endif %} {% endcomment %}

{% endblock page_header %} {% block content %}
Staff Profile
Staff Id {{ object.staff_id }}
Staff Name {{ object.staff_name }}
Time {{ object.scan_date }}
Temperature {{ object.temperature }}
Staff Profile
Staff Id {{ object.staff_id }}
Staff Name {{ object.staff_name }}
Staff Handphone {{ object.staff_hp }}
Department {{ object.department }}
Position {{ object.position }}
Nationality {{ object.nationality }}
Head ID {{ object.head_id }}
{% endblock %} {% block extra_js %} {% endblock extra_js %}