{{title}}

{% if request.user.is_authenticated %} {% if request.path == '/accounted-list/' or request.path == '/visamanager-list/' or request.path == '/teacher-list/' or request.path == '/librarian-list/' or request.path == '/administrator-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 %}