{% extends 'info/base.html' %} {% load static %} {% block content %}
Student USN | Student Name | Attendance | CIE | ||
---|---|---|---|---|---|
{{ sc.student_id }} | {{ sc.student.name }} | {% if sc.get_attendance < 75 %}{{ sc.get_attendance }} | {% else %}{{ sc.get_attendance }} | {% endif %} {% if sc.get_cie < 25 %}{{ sc.get_cie }} | {% else %}{{ sc.get_cie }} | {% endif %}