{% if error %} {% endif %}
خوش آمدید، {{request.user.get_full_name}}
{% if request.user.get_active_plan %} اشتراک {{request.user.get_active_plan.subscription_plan.name}}:{{request.user.get_active_plan.usage_count}}/{{request.user.get_active_plan.subscription_plan.usage_limit}} {% else %} اعتبار: {{request.user.free_used}}/{{config.free_use}} {%endif %}
پخت جدید
خرید
تاریخچه
خروج
تاکنون
{{ prompt_count }}
دستور پخت توسط هوش مصنوعی ساخته شده است!
{% if error %}
⚠️ {{ error }}
{% endif %}
{% block content %} {% endblock content %}
تاریخچه دستور پختها
×
{% for recipe in history %}
{{ recipe.timestamp }}
{% if recipe.action %}
{{ recipe.action }}
{% else %}
{% endif %} {% if recipe.response %}
{{ recipe.response }}
مشاهده
{% else %}
در حال خلق دستور آشپزی...
مشاهده
{% endif %}
{% empty %}
شما هنوز هیچ دستور پختی نساختهاید.
{% endfor %}