{% extends "base.html" %} {%load static%} {% block content %} {% load templatetags %} {% if alumnis %}
{% for p in alumnis %}

{{p.first_name}} {{p.last_name}}


College - {{p.College}} ({{p.Branch}})

Joining Year - {{p.Year_Joined}}

{%endfor%}
{%else%}

No Pending Alumni Queries!

{% endif %} {%endblock%}