{% extends "layout.html" %} {% load i18n %} {% load thumbnail %} {% block title %} {% trans 'Compare' %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block content %}
{% block table_head %} {% for product in products %} {% endfor %} {% for product in products %} {% endfor %} {% endblock %} {% block table_body %} {% for attr, values in attributes.items %} {% for value in values %} {% endfor %} {% endfor %} {% endblock %}
{{ product.get_title }}
{% with image=product.primary_image %} {% thumbnail image.original "150x150" upscale=False as thumb %} {{ product.get_title }} {% endthumbnail %} {% endwith %}
{{ attr }}{{ value|default:"-"|safe }}
{% endblock %}