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

Contribution

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