{% load i18n %} {% if po_list %} {% for po in po_list %}
  • {{ po }}
    {% trans "Quick look" %}
  • {% endfor %} {% else %}
  • {% trans "There's no purchase order for this contact." %}
  • {% endif %} {% if not has_more %} uieof {% endif %}