{% extends 'base/base.html' %} {% load static %} {% block title %} {% endblock %} {% load index %} {% block body %} {% include 'base/nav-bar.html' %}

GSoC

{% for object in gsoc_list %} {% for i in range %} {% ifequal object.date.month i %} {% endifequal %} {% endfor %} {% endfor %}
Student Organisation Title Mentors Date
{{ object.user.first_name }} {{ object.user.last_name }} {{ object.organization }} {{ object.title }} {{ object.mentors }} {{ month|index:i }}, {{ object.date.year }}
{% include 'base/footer.html' %} {% endblock %} {% block script %} {% endblock %} {% block css %} {% endblock %}