{% extends 'base.html' %} {% load static %} {% block content %}
Explore the complete log of blood donations within the RaktaPulse community.
| Donor | Blood Group | Recipient/Patient | Location | Date | Status |
|---|---|---|---|---|---|
|
{{ donation.donor_user.username }}
Verified Champion
|
{{ donation.request.blood_group }} |
{{ donation.request.patient_name }}
|
{{ donation.request.hospital }}
{{ donation.request.location }}
|
{{ donation.date|date:"M d, Y" }}
{{ donation.date|time:"H:i" }}
|
Completed |
No donation history available yet.When donations are completed, they will appear here. |
|||||