{{ head }}
{% for user_info in data %}{{ user_info.0.first_name }} {{ user_info.0.last_name }} - {{ user_info.2 }}%
{% extends 'base/base.html' %} {% load static %} {% block title %} Add attendance {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}
{{ user_info.0.first_name }} {{ user_info.0.last_name }} - {{ user_info.2 }}%