{% block head %}{% endblock %}
{% if year %} {% firstof year as current_year %} {% else %} {% now "Y" as current_year %} {% endif %} {% now "Y" as now_year %}
CUCC Expeditions to Austria: 1976 - {{now_year}}
{% block loginInfo %} {% if settings.DEVSERVER %}
RUNNING ON LOCALSERVER
{% endif %}
Home
|
CUCC
|
expo.survex
|
Handbook
| {% if user.person %}User:(
{{ user.person }}
) |
Log out
{% elif user.username %}User:{{ user.username }} |
Log out
{% else %} |
Log in
{% endif %} |
Register
{% endblock%}
{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}
{% block nav %} {% endblock %}
{% block contentheader %} {% endblock %}
{% block related %} {% endblock %}
{% block content %} REPLACE : The content {% endblock %}