{% extends 'base.html' %} {% block title %}BUSA{% endblock %} {% block content %}

{{ request.user.get_full_name }}

{% if request.user.is_staff %} {% endif %} {% if request.user.is_approved %}

Welcome to BUSA!

Thank you for registering as a member of the Baliti University Students Association (BUSA).

Your details has been successfully verified and approved.

{% else %}

Your Account is Pending Approval

Your registration is currently under review by the administrator. You will receive an email once approved. (Keep checking your inbox or spam folders)

{% endif %}
{% endblock %}