{% if roast_options.is_empty() || cafe_options.is_empty() %}
Add a roast and cafe first
Cups need both a roast and a cafe.
{% if roast_options.is_empty() %}
{% endif %}
{% if roast_options.is_empty() && cafe_options.is_empty() %}and{% endif %}
{% if cafe_options.is_empty() %}
{% endif %}
to enable this form.