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

FOSS@Amrita

Attendance

Attendance report

{% if request.user.is_superuser %}
{% endif %}
Card image cap

Teams

The various teams and members of the club.

View all
Card image cap

Responsibilities

Responsibilities assigned to each student in the club.

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