iotronic-ui/iotronic_ui/iot/webservices/templates/webservices/_cell_webservices.html

9 lines
212 B
HTML

{% load i18n %}
{% if webservices %}
{% for ws in webservices %}
<dd><a target="_blank" href="{{ ws.service_url}}">{{ ws.service_url}}</a></dd>
{% endfor %}
{% else %}
<dd>--</dd>
{% endif %}