{% extends "base.html" %} {% load static %} {% block title %}Blood Requests - RaktaPulse{% endblock %} {% block content %}
{% if current_status == 'Active' %}Current urgent requirements for blood.{% else %}History of blood requests in our community.{% endif %}
{{ req.hospital }}
{% with acceptance=req.donations.first %} {% if acceptance %}Accepted by: {{ acceptance.donor.name }}
No active blood requests at the moment.