{% extends "area_base.html" %} {% block title %}{{ page.title if page else 'Hill & Moorland Leadership' }} | TheOrganist24{% endblock %} {% block extra_head %} {% endblock %} {% block area_content %}

{{ page.title if page else 'Hill & Moorland Leadership' }}

{% if page and page.body %}

{{ page.body }}

{% endif %} {% if qualifying_hikes %}

Style
Terrain quality
Weather
Wind
Camping
Nights under canvas
{% for hike in qualifying_hikes %} {% endfor %}
Expedition Date
{{ hike.title }} {{ hike.expedition_date.strftime('%-d %b %Y') }}
{% else %}

No qualifying expeditions are currently logged.

{% endif %} {% include "_offerings.html" %} {% endblock %}