{% extends "base_list.html" %} {% load mathfilters %} {% load static %} {% load naturalduration %} {% block title %}{{object.title}}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %}
{{object.description|safe|linebreaks|truncatewords:160}}
{% if object.vivino_link %}
{% endif %}
{% if object.cellartracker_link %}
CellarTracker
{% endif %}
{{scrobbles.count}} scrobbles
| Date | Format | Size |
|---|---|---|
| {{scrobble.local_timestamp}} | {{ scrobble.logdata.format_display }} | {% if scrobble.logdata.size_ml %} {% if request.user.profile.volume_unit == "imperial" %} {{ scrobble.logdata.size_oz }} oz {% else %} {{ scrobble.logdata.size_ml }} mL {% endif %} {% endif %} |