{% load i18n l10n window_field link_to_window %} {% if item.container_ref != item.container and item.container_ref %}
{% trans "Reference container" %}
{% endif %} {% if item.container %}
{% if item.container_ref != item.container %} {% trans "Current container" %}{% else %} {% trans "Reference container / current container" %} {% endif %}
{% endif %}