{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/detail_cards.html" as detail_cards %} {% block title %}Brewlog ยท Edit Bag{% endblock %} {% block content %}

Edit Bag

Update bag details.

Roast* {% for roast in roast_options %} {% endfor %}
{{ detail_cards::edit_form_actions() }}
{% endblock %}