mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
18 lines
313 B
Django/Jinja
18 lines
313 B
Django/Jinja
{% if artifactory_license1 |length %}
|
|
{{ artifactory_license1 }}
|
|
{% endif %}
|
|
|
|
|
|
{% if artifactory_license2 |length %}
|
|
{{ artifactory_license2 }}
|
|
{% endif %}
|
|
|
|
|
|
{% if artifactory_license3 |length %}
|
|
{{ artifactory_license3 }}
|
|
{% endif %}
|
|
|
|
|
|
{% if artifactory_license4 |length %}
|
|
{{ artifactory_license4 }}
|
|
{% endif %} |