{% extends "CharitySystem/head-foot-page.html" %} {% block content %} {% load static %}
{% for req in data %}
Card image cap
{{req.ngo_name}}

{{req.donation_description}}

{% endfor %}
{% endblock %}