{% extends 'blood_bank/base.html' %} {% block title %}Home - Blood Bank System{% endblock %} {% block content %}

Be a Hero, Save Lives

Join our community of donors and help ensure that blood is available whenever and wherever it is needed.

{% if not user.is_authenticated %} {% else %} Go to Dashboard {% endif %}

Become a Donor

Register as a donor and help us maintain a steady supply of blood for those in need.

Register Now

Find Donors

Looking for a specific blood group? Search our database for donors in your location.

Search Donors

Blood Requests

Need blood urgently? Submit a request and our admins will process it immediately.

Request Blood

Why Donate Blood?

1

Donation saves up to 3 lives

15

Minutes to save a life

100%

Volunteer based supply

24/7

Emergency assistance

{% endblock %}