{% extends 'base.html' %} {% load static %} {% block title %}Dashboard - Rapha-Bethel BNPS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
No upcoming birthdays
{% endif %}| Student | Admission Date | Class | Status |
|---|---|---|---|
|
{{ student.first_name }} {{ student.last_name }} {{ student.student_id }} |
{{ student.admission_date|date:"d M Y" }} | {% if student.current_class %} {{ student.current_class }} {% else %} Not Assigned {% endif %} | {% if student.status == 'active' %} Active {% else %} {{ student.status|title }} {% endif %} |
{{ announcement.content|truncatewords:20 }}
No announcements yet
{% endfor %}