summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_field_url.html
blob: b91f318b666717e6fe63d407d38603a584b3219c (plain)
1
2
3
{% load i18n %}
{% if link %}<p><label>{% trans caption %}{% trans ":"%}</label>
<span class='value'><a target="_blank" href='{{link|safe}}'>{% if link_name %}{{link_name}}{% else %}{% trans "link" %}{% endif %}</a></span></p>{% endif%}