{% extends 'topopartner/base.html' %} {% load mathfilters %} {% load static %} {% block title %}{{ track.label }} ∣ Tracks ∣ {{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block main_content %}
{{ track.comment | safe }}
{% endif %} {% if track.date_visited %}Recorded on {{ track.date_visited }}.
{% endif %} {% if request.user == track.user %} {% endif %}