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

Welcome to DRR Management System

Disaster Risk Reduction Volunteer Management Platform for Bangladesh


100,000+ Volunteers

Join our nationwide volunteer network

Self-Learning Modules

Free disaster management training with certificates

Real-time Alerts

Get instant zone-based disaster alerts

{% if not session.user_id %} Register as Volunteer Login {% else %} {# IMPORTANT: Check user role and redirect accordingly #} {% if session.role == 'admin' %} Go to Admin Dashboard {% else %} Go to Dashboard {% endif %} {% endif %}

Disaster Types We Cover

Flood & Flashflood

Cyclone

Earthquake

Fire & Other

Why Join DRR Management?

How It Works?

  1. Register as a volunteer with your GPS location
  2. Complete self-learning training modules
  3. Receive zone-based disaster alerts
  4. Submit response reports with GPS coordinates
  5. Earn certificates and recognition
{% endblock %}