{% extends "django_htcpcp_tea/base_beverage.html" %} {% block htcpcp_content %}

Finished brewing your {{ beverage }}. Please come and collect your beverage.

Additions

{% if additions %} {% include "django_htcpcp_tea/includes/additions.html" %} {% else %}

Your beverage has no additions.

{% endif %} {% endblock %}