{% extends 'info/base.html' %} {% load static %} {% block content %}
Marks
{% for sc in sc_list %} {% if sc.get_attendance < 75 %} {% else %} {% endif %} {% if sc.get_cie < 25 %} {% else %} {% endif %} {% empty %}

student has no courses

{% endfor %}
Student USN Student Name Attendance CIE
{{ sc.student_id }} {{ sc.student.name }}{{ sc.get_attendance }}{{ sc.get_attendance }}{{ sc.get_cie }}{{ sc.get_cie }}
{% endblock %}