{% load i18n %} {% load humanize %} {% load price_formats %}
{% if BUYBACKPROGRAM_TRACK_PREFILL_CONTRACTS %} {% for contract in untracked_contracts %} {% if contract.status == 'outstanding' %} {% endif %} {% endfor %} {% endif %}