{% extends '_base.html' %} {% block title %} نمایش نتیجه {% endblock title %} {% block content %} {% if result.response %}

{{ result.recipeName }}

{{ result.description }}

⏱ مدت زمان پاسخ‌ دهی: {{ result.response_duration }} ثانیه

🛒 مواد لازم برای {{ result.servings }} نفر

👨‍🍳 مراحل دستور پخت

    {% for item in result.instructions_list %}
  1. {{forloop.counter}}. {{ item }}
  2. {% endfor %}
{% else %}

در حال آماده‌سازی دستور پخت

{% endif %} {% endblock content%}