{% load i18n creme_widgets %} {% with invoice=summary.invoice %}
{% translate 'Used by Invoice' context 'billing-credit_note' %} {% if invoice %}{% widget_entity_hyperlink invoice user %}{% else %}—{% endif %}
{% endwith %}