{% extends "base.html" %} {% block title %}Brewlog ยท Cups{% endblock %} {% block content %} Cups Track coffees you've enjoyed at cafes. {% if is_authenticated %} + {% endif %} {% if is_authenticated %} New Cup Record a coffee you had at a cafe. Coffee * Select a roast... {% for roast in roast_options %} {{ roast.label }} {% endfor %} Cafe * Select a cafe... {% for cafe in cafe_options %} {{ cafe.label }} {% endfor %} Rating No rating 5 - Exceptional 4 - Great 3 - Good 2 - Fair 1 - Poor Notes Cancel Save Cup {% endif %} {% include "partials/cup_list.html" %} {% endblock %}
Track coffees you've enjoyed at cafes.
Record a coffee you had at a cafe.