{% extends 'base/base.html' %} {% load static %} {% block title %} Add attendance {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

{{ head }}

{% csrf_token %} {% for att in attendance_list %}
{% endfor %}

{% include 'base/footer.html' %} {% endblock %}