{% extends "django_htcpcp_tea/base_error.html" %} {% block error_title %}406 Not Acceptable{% endblock %} {% block error_body %}

The operator of the coffee pot cannot comply with the requested additions.

{% if supported_additions %}

Acceptable Additions

{% include "django_htcpcp_tea/includes/additions.html" with additions=supported_additions %} {% else %}

This pot does not support beverage additions.

{% endif %} {% endblock %}