{% extends "layout.html" %} {% set title = 'Product Details' %} {% block content %}
{% set length = products.length if products.length < 4 else 4 %} {% for i in range(0, length) %}
{% endfor %}
{% set length = products.length if products.length < 4 else 4 %} {% for i in range(0, length) %}
{% endfor %}
{% include '../template/component/toshiba-border.html' %} GR-RF646WE

646L, 4-Door Refrigerator, 3 System, Convert Zone, Dual Inverter

Avoiding Cross Contamination Matters

Toshiba Refrigerators powered with the 3 System is installed with three specially designed, independent compartments, which enable the proper storage of groceries and prevents cross - contamination

  • 3 System
  • Convert Zone
  • Dual Inverter
16606 EGP
Availability: In stock
Add to cart
{% set length = specs.length if specs.length < 6 else 6 %} {% for i in range(0, length) %}
{{specs[i].value}}
{{specs[i].title}}
{% endfor %}
{% for feature in features %} {% if loop.index % 2 == 0 %} {% set classLeft = 'left' %}
{% include '../template/component/feature-info.html' %}
{% else %} {% set classLeft = '' %}
{% include '../template/component/feature-info.html' %}
{% endif %} {% endfor %}

Specs

{% include '../template/component/toshiba-border.html' %}
{% for spec in specs %}
{{spec.title}}
{{spec.value}}
{% endfor %}
Features
{% for i in ["3 System", "Humidity Control", "Plasma Pure", "Alloy Cooling", "Convert Zone", "Electronic Touch Control", "Utility Box"] -%}
{{ i }}
{% endfor %}

Related products

{% include '../template/component/toshiba-border.html' %}
{% endblock content %}