{% load humanize %} {% load price_formats %} {% load help_icons %} {% load static %} {% load i18n %} {% for item in buyback_data %} {% if item.item_values.normal.value and item.item_prices.has_price_variants %} {% endif %} {% if item.item_values.npc.value %} {% endif %} {% if item.item_values.compressed.value %} {% endif %} {% if item.item_values.refined.value %} {% for material in item.item_values.refined.materials %} {% endfor %} {% endif %} {% endfor %}