{% extends "base_list.html" %} {% load static %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %} {% if object.description %}

{{object.description}}

{% endif %} {% if trail_gpx_url %}
{% endif %}
{% if object.trail.trailhead_location.display_address %}

{{ object.trail.trailhead_location.display_address }}

{% endif %} {% if object.pdga_link or object.udisc_link %}

{% if object.pdga_link %} PDGA {% endif %} {% if object.udisc_link %} uDisc {% endif %}

{% endif %}
{% if charts %}
{% include "scrobbles/_chart_links.html" %}
{% endif %}

Last scrobbles

{% for scrobble in scrobbles.all %} {% endfor %}
Date Notes
{{scrobble.local_timestamp}} {{scrobble.logdata.notes_as_str}}
{% endblock %} {% block extra_js %} {{ block.super }} {% if trail_gpx_url %} {% endif %} {% endblock %}