{% extends 'acs/base.html' %} {% load static %} {% block title %}Access Control System | Dev Centre{% endblock title %} {% block cssLinks %} {% endblock cssLinks %} {% block content %}
{% if status %} {{status}} {% else %} {% if time_out %} Goodbye, {% else %} Welcome, {% endif %} {{student.name}} {% endif %}
{% if status %}
Need assistance:
  1. Clean your finger and try again
  2. Place your finger firmly on the sensor
If the above don't work, please visit the ICT office for further assistance.
{% else %}

{{student.matric_no}}

In: {{time_in}} asdf
Out: asdf{% if time_out %} asdf{{time_out}} {% endif %}
{% endif %}
{% endblock content %}