{% extends "cciw/standard.html" %} {% block content %} {% regroup camps by year as grouped %} {% for yeargroup in grouped %}

{{ yeargroup.grouper }}

General forum
{% endfor %} {% if show_ancient %}

Pre-CCIW: 1999

Pre-CCIW: Ancient

{% endif %} {% endblock %}