{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

Live Alert Map

LIVE UPDATES
Recent Alerts
{% for req in requests %} {% empty %} {% endfor %}
Patient Blood Group Hospital Urgency Status / Accepted By Action
{{ req.patient_name }} {{ req.blood_group }} {{ req.hospital }} {% if req.urgency == 'CRITICAL' %} CRITICAL {% elif req.urgency == 'URGENT' %} URGENT {% else %} NORMAL {% endif %} {% with acceptance=req.donations.first %} {% if acceptance %} {{ acceptance.donor.name }} {% else %} Awaiting Help {% endif %} {% endwith %}
No active alerts found.
{% endblock %}