{% extends "cavebase.html" %} {% block title %}Recent Caves Index{% endblock %} {% block content %}

Recent Caves Index

Notable caves

{% include 'cave_red_star.html' %}

See All Caves for all the caves in areas 1623, 1626, 1624, 1627
See Undropped Caves for all unexplored caves

New Cave

This year's caves

{% for cave in caves_this_year %} {% include 'cavelist_columns.html' %} {% endfor %}

Last year's caves

{% for cave in caves_last_year %} {% include 'cavelist_columns.html' %} {% endfor %}

Previous year's caves

{% for cave in caves_previous_year %} {% include 'cavelist_columns.html' %} {% endfor %}

The year before's caves

{% for cave in caves_previous2_year %} {% include 'cavelist_columns.html' %} {% endfor %}

See All Caves for all the caves in areas 1623, 1626, 1624, 1627

New Cave

{% endblock %}