{% extends "base.html" %} {% block title %}Projects{% endblock %} {% block content %}

Projects

This is a simple list of all our current projects which we work on to further Free Software and Ubuntu.

{% for item in object_list %}

{{ item }}by {{ item.organiser.first_name }} {{ item.organiser.last_name }}

{{ item.desclist.0 }}

{% endfor %} {% endblock %}