{% extends 'base.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "Your Recommendations - Virtual Fitting System" %}{% endblock %} {% block content %}
{% trans "Here are your personalised results" %}
{{ recommended_size }}
{% trans "Based on your body measurements analysed by YOLO + LLM" %}
{{ skin_tone_display }}
{{ undertone_display }} {% trans "undertone" %}
{% trans "Detected from your face selfie using colour analysis" %}
{% trans "All items below are available in your size" %} {{ recommended_size }}
{% if matching_products %}
{% elif item.product.category == 'shirt' and item.product.gender == 'women' %}
{% elif item.product.category == 'pants' or item.product.category == 'jeans' %}
{% elif item.product.category == 'dress' %}
{% elif item.product.category == 'jacket' %}
{% else %}
{% endif %}
{{ item.recommended_size }}
{% trans "No products in size" %} {{ recommended_size }} {% trans "in stock right now" %}
{% trans "Check back later or browse our full catalogue" %}