{% extends 'userbase.html' %} {% load static %} {% block content %}

About Us

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All

Some of the Donor

Incilint sapiente illo quo praesentium officiis laudantium nostrum, ad adipisci cupiditate sit, quisquam aliquid. Officiis laudantium fuga ad voluptas aspernatur error fugiat quos facilis saepe quas fugit, beatae id quisquam.

{% for i in dv %}
{{i.admin.first_name}} {{i.admin.last_name}}

Gender: {{i.gender}}

Blood Group: {{i.bloodgroup.bloodgroup}}

Request
{% endfor %}

Get In Touch

{% if messages %} {% for message in messages %} {% if message.tags == 'error' %} {% endif %} {% endfor %} {% endif %} {% if messages %} {% for message in messages %} {% if message.tags == 'success' %} {% endif %} {% endfor %} {% endif %}
{% csrf_token %}
{% endblock %}