{% extends "base.html" %} {% load wiki_markup %} {% block title %} Cave search results for "{{ query_string }}" {% endblock%} {% block content %}

Troggle cave search

Your search string, {{ query_string }}, {% if found_entries %} was found in the following {{found_entries.count}} cave underground descriptions and / or official names: {% else %} was not found in any cave underground descriptions and / or official names. Please try again. {% endif %} {% endblock %}