{% extends "cciw/standard.html" %} {% load standardpage %} {% block content %} {% if camps %} {% htmlchunk camp_dates_intro_text %}
Click on the number of the camp for more information
# | Age | Dates | Leaders | Chaplain |
---|---|---|---|---|
{{ campgroup.list.0.site }} | ||||
{{ camp.number }} | {{ camp.age }} | {{ camp.start_date|date:"d M"}} - {{ camp.end_date|date:"d M" }} | {{ camp.leaders.all|join:", " }} | {{ camp.chaplain }} |
Information for camps in {{thisyear}} is not yet available.
{% endif %} {% endblock %}