blob: 95628ab1587b6ecc2c7bcf758a74a7b49e6a7fed (
plain)
1
2
3
4
5
6
7
|
{% load i18n %}{% if item.external_id %}
<p class='window-refs external-id'>
<small title="{% trans 'Internal ID' %}">
<i class="fa fa-key" aria-hidden="true"></i>
{{item.external_id|default:''}}
</small>
</p>{% endif %}
|