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

{{college.College}}


Click Here To Know More.

{{college.About|safe|linebreaks}}

Registered Alumnis

{% if alumnis %} {% for alumni in alumnis %}

{{alumni.first_name}} {{alumni.last_name}}

{{alumni.Work}}

College: {{alumni.College}}
Branch: {{alumni.Branch}}

About:

{{alumni.About|safe|linebreaks}}
Contact: {{alumni.email}}
{% if request.user.is_authenticated %} {% if alumni.Verified %} {%else%} {%endif%} {% endif %}
{% endfor %} {%else%}

No Registered Alumnis

{%endif%}













{%endblock%}