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

{{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 %}















{%endblock%}