{% extends "base.html" %} {% load static %} {% block content %}

{{ obj }}

{% if obj.description %}

{{ obj.description }}

{% endif %} {% for related in related_objects %} {% endfor %}
URL {% if obj.url %} {{ obj.url }} {% else %} Unknown {% endif %}
Date {% if obj.date %} {{ obj.date }} {% else %} Unknown {% endif %}
Distance {% if obj.distance %} {{ obj.distance }} {% else %} Unknown {% endif %}
Laps {% if obj.laps %} {{ obj.laps }} {% else %} Unknown {% endif %}
{{ related.title }} {{ related.count }}
{% endblock content %}