{% load i18n creme_widgets %} {% with opportunity=summary.opportunity %}
{% translate 'Linked Opportunity' %} {% if opportunity %}{% widget_entity_hyperlink opportunity user %}{% else %}—{% endif %}
{% endwith %}