{% extends 'base.html' %} {% load static %} {% block title %}Rapha-Bethel BNPS — School Management{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if user.is_authenticated %}
Logo

Welcome back, {{ user.get_full_name|default:user.username }}

You're signed in to the Rapha-Bethel School Management System.

Go to Dashboard
{% csrf_token %}
{% else %}

Rapha-Bethel BNPS

Bilingual Nursery & Primary School · Douala

School Management System

Sign in to access student records, attendance, finance & more.

Rapha-Bethel BNPS · © {% now "Y" %} Vi-2s-Dk Foundation
{% endif %} {% endblock %}