mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
6 lines
165 B
HTML
6 lines
165 B
HTML
{% load i18n %}
|
|
|
|
{% if link %}
|
|
<a href="{{ link }}" {% if new_window %}target="_blank" rel="noopener"{% endif %}>{{ link }}</a>{% include 'clip.html' %}
|
|
{% endif %}
|