{{ production_plan.root.product }} ({{ production_plan.root.quantity|multiply:production_plan.root.product.weight|floatformat:0 }} g) {% include "workshop/includes/production_plan_state.html" with state_css_class=production_plan.root.get_state_css_class label=production_plan.root.get_state_display_value %}
-
- {% include "workshop/includes/production_plan_actions.html" with production_plan=production_plan.root btn_css="btn-sm" %}
-
+
{% include "workshop/includes/production_plan_actions.html" with production_plan=production_plan.root btn_css="btn-sm" %}
-
-
-
-
{% for child_plan in production_plan|get_item:'Hauptteig' %}
- {% include "workshop/includes/production_plan_ingredients.html" with plan=child_plan %}
- {% endfor %}
-
-
{% for child_plan in production_plan|get_item:'Vorteig' %}
- {% include "workshop/includes/production_plan_ingredients.html" with plan=child_plan %}
- {% endfor %}
-
-
{% for child_plan in production_plan|get_item:'Zubereitungen' %}
- {% include "workshop/includes/production_plan_ingredients.html" with plan=child_plan %}
- {% endfor %}
-
+ {% for child_plan in production_plan|get_item:'Hauptteig' %}
+ {% include "workshop/includes/production_plan_ingredients.html" with plan=child_plan %}
+ {% endfor %}
+
+
+ {% for child_plan in production_plan|get_item:'Vorteig' %}
+ {% include "workshop/includes/production_plan_ingredients.html" with plan=child_plan %}
+ {% endfor %}
+
+
+ {% for child_plan in production_plan|get_item:'Zubereitungen' %}
+ {% include "workshop/includes/production_plan_ingredients.html" with plan=child_plan %}
+ {% endfor %}
+