{% extends "base.html" %} {% block title %}Brewlog ยท Bags{% endblock %} {% block content %}

Bags

Track your coffee bags.

{% if is_authenticated && !roaster_options.is_empty() %} {% endif %}
{% if is_authenticated %} {% if roaster_options.is_empty() %}

Add a roaster first

Bags need a roaster and a roast. Create a roaster to enable this form.

{% else %} {% endif %} {% endif %}
{% include "partials/bag_list.html" %}
{% endblock %}