{% load static %} {% block extra_css %}{% endblock %} {% load static %}
{% if user.is_authenticated %} {% endif %} Rapha-Bethel
Rapha-Bethel BNPS · Douala
{% if user.is_authenticated %}
{{ user.get_full_name|default:user.username|first|upper }}
{% else %} {% endif %}
{% if user.is_authenticated %}
{% 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 %}