{% load form_tags %} {% load i18n %} {% load static %} {% load display_datatype_filters %} {% load currency_filters %} {% for row in table.rows %} {% for cell in row.cells %} {% if cell.code == 'upc' %} {{ cell.data|display }} {% elif cell.enabled %} {{ cell.data|display }} {% else %} n/a {% endif %} {% endfor %} {% endfor %} {% if page.has_next %} {% else %} {% endif %}