{% extends 'base.html' %} {% block page_title %}Secondary CBC Term Report{% endblock page_title %} {% block content %} {% include 'secondary/_nav.html' %}
| Learning Area | CA ({{ ca_weight_label|floatformat:0 }}%) | EOT ({{ exam_weight_label|floatformat:0 }}%) | Total | Level | Teacher Comment | Action | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.subject_name }} | {% if row.ca_score is not None %}{{ row.ca_score|floatformat:1 }}{% else %}-{% endif %} | {% if row.eot_score is not None %}{{ row.eot_score|floatformat:1 }}{% else %}-{% endif %} | {% if row.total_score is not None %}{{ row.total_score|floatformat:1 }}{% else %}-{% endif %} | {{ row.level.short_label }} | {{ row.teacher_comment|default:'-' }} | |||||||||||||||
|
{% if row.details %}
No strand/task evidence for this subject in the selected term.
{% endif %}
|
||||||||||||||||||||
| No subject performance data found for this student in the selected class/term. | ||||||||||||||||||||
| Project Title | Subject | Level | Teacher Remark |
|---|---|---|---|
| {{ item.title }} {{ item.task_type }} |
{{ item.subject_name }} | {{ item.level.short_label }} | {{ item.teacher_comment|default:'-' }} |
Attendance: {{ attendance_snapshot.attendance_percent|floatformat:1 }}%
Participation: {{ attendance_snapshot.participation_level }}
Marked Sessions: {{ attendance_snapshot.total_records }}
Discipline Remarks:
Promoted To: {{ promotion_decision.target_label|default:'-' }}
Condition: {{ promotion_decision.title|default:'Pending' }}
{{ promotion_decision.condition|default:'No recommendation generated.' }}
Use the filters above to load the full lower-secondary term report with competency, project, attendance, and promotion recommendation panels.