{% extends "layout.html" %} {% set title = 'Ingredient Calculator' %} {% set type = 'dashboard' %} {% block content %}

Total Amount

SAR 170

Min Dish Price

SAR 5

{% for i in range(0, 4) -%}

ingredient name

  • 225 Gm
  • 170 SAR
  • 225 Gm
  • 170 SAR
{%- endfor %}
{% endblock content %}