{{title}}

{% if request.user.is_authenticated %} {% if not request.path == '/all-student-list/' %} {% if request.user.role == "super_admin" or request.user.role == "admin" %}
Add New Account
{% endif %} {% endif %} {% if request.user.role == "teacher" %} {% if active_lecture %}
00 00 00
{% if can_punch_in or is_checked_in %} {% if is_checked_in %} Punch Out {% else %} Punch In {% endif %} {% endif %}
{% endif %} {% endif %} {% endif %}