{% extends "base.html" %} {%load static%} {% load crispy_forms_tags %} {% load templatetags %} {% block content %}

{% for p in page_obj %}

{{p.College}}


{{p.About}}

{%endfor%}







{%endblock%}