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

Events

This is a simple list of all our current events which we work on to inform the public and offer education to interested groups.

{% for item in object_list %}

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

{{ item.desclist.0 }}

{% endfor %} {% endblock %}