{% extends "base_list.html" %} {% load form_tags %} {% load mathfilters %} {% load naturalduration %} {% load static %} {% block title %}{{object.name}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{% if object.media_type == "SportEvent" %}
{% for team in object.media_obj.teams.all %}
{% endfor %}
{% endif %}
{% if object.media_type == "Task" and object.logdata.title %}
Source: {{ object.source }}{% if object.log.mopidy_source %} ({{ object.log.mopidy_source|capfirst }}){% endif %}
{% endif %} {% if object.media_type == "Task" and object.log.weight %}{{ object.logdata.description }}
{% endif %} {% if object.media_type == "Trail" and object.gpx_file %}Tags: {% if object.tags.all %} {% for tag in object.tags.all %} {{ tag.name }} {% endfor %} {% else %} untagged {% endif %}
{% with notes_html=object.logdata.notes_as_html %} {% if notes_html %}Rate: {{object.logdata.avg_seconds_per_page}}s per page
{% endif %} {% if object.media_type == "BoardGame" and object.logdata.as_html %}