{% extends 'base.html' %} {% block content %} Edit Invoice

Edit Invoice

{% set seen_types = [] %} {% for hold in invoice.hold_amounts %} {% if hold.hold_type not in seen_types %} {% set _ = seen_types.append(hold.hold_type) %}
{% endif %} {% endfor %}
{% endblock %}