{% load i18n %} {% for product in instance.product_set.all%} {% endif %} {% endfor %}
{% trans 'Approves all' %}
{% if instance.status == instance.RETURNED %} {% if product.borrowed %} {% trans 'Returned' %} {%else%} {% trans 'Not borrowed' %} {% endif %} {% else %} {{product}}