{% extends "base.html" %} {% block title %}Cambridge Expeditions to Austria{% endblock %} {% block related %}

Recent Actions - admin user

{% load log %} {% get_admin_log 10 as admin_log for_user 1 %} {% if not admin_log %}

No recent actions

{% else %} {% endif %} {% endblock %} {% block content %}

Welcome

This is Troggle, the online system for Cambridge University Caving Club's Expeditions to Austria.

Here you will find information about the {{expedition.objects.count}} expeditions the club has undertaken since 1976. Browse survey information, photos, and description pages for {{Cave.objects.count}} caves and {{extantqms.count}} going leads yet to be explored. We have {{Photo.objects.count}} photos and {{Logbookentry.objects.count}} logbook entries.

You are not logged-in, so a few of the unpublished cave survey pages will not be visible to you. And of course you will not be able to edit anything.

Nial in Eishohle in 2007. {% endblock content %} {% block margins %} {% endblock margins %}