{% extends 'layout.html' %} {% block body %}

Attendance By Group



{% if val_len == 0 %} {% else %} {% for row in allValues %} {% endfor %} {% endif %}
Roll Number Name Group Total Days Present Percentage

No Data Found! Please Give a Proper Values

{{row}} {{names_dic[row].upper()}} {{gp}} {{allValues[row]}} {{((allValues[row]/days)*100)|round(2)}}{{' %'}}
{% endblock %}