{% load static %}
{% block extra_css %}{% endblock %}
{% load static %}
{% if user.is_authenticated %}
{% endif %}
Rapha-Bethel
BNPS · Douala
{% if user.is_authenticated %}
{{ user.get_full_name|default:user.username|first|upper }}
{% else %}
{% endif %}
{% if user.is_authenticated %}
Home
Students
{% if user.staff_profile.role in 'bursar,proprietor,admin,head_master,head_mistress' %}
Finance
{% else %}
Classes
{% endif %}
SMS
Menu
{% endif %}
No internet — limited features
{% if messages %}
{% for message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% include 'includes/footer.html' %}
{# /rb-shell #} {% block extra_js %}{% endblock %}