{% extends "base.html" %} {% load coop_edition thumbnail %} {% block meta_title %}{{event_category.label}}{% endblock %} {% block document %} {% block content %}

{{ event_category.label }}


{% for item in events %} {% endfor %} {% endblock %} {% endblock %}