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

Interns

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