{% if pending_changes %} {% for change in pending_changes %} {% for action in change.actions %} {% endfor %} {% endfor %}
Action UPC Title Partner Old Value New Value
{{ action.action_type }} {{ action.product.upc }} {{ action.product.title }} {{ action.partner_name }} {{ action.old_value }} {{ action.new_value }}
{% endif %}