{% extends 'info/base.html' %} {% block content %}
{{ cr.name }}
{% for a in att_list %} {% if a.status %} {% else %} {% empty %}

student has no attendance

{% endfor %}
# Date Day Status
{{ forloop.counter }} {{ a.date }} {{ a.date|date:"l" }}Present Absent {% endif %}
{% endblock %}