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

Other Local Events

Local IT and Free Software news and press releases as reported by our local team.

{% for item in object_list %}

{{ item.name }}at {{ item.location }}

{% endfor %} {% endblock %}