{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/scan_input.html" as scan %} {% import "partials/location_search.html" as location %} {% block title %}Brewlog · Add{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ scan::scan_input("scan-extract-form", "scan-image", "$_extracting", "$_extractError", "Describe a coffee bag…", "Waiting for response…") }}
{% include "partials/forms/scan_result_form.html" %}

Manual Add

{% include "partials/tab_bar.html" %}
{% endblock %}