aboutsummaryrefslogtreecommitdiff
path: root/deprecated/automation/server/monitor/templates/snippet_links.html
blob: f19fa6e57003b737844d513b1ab75c80efaacbd1 (plain)
1
2
3
4
5
6
7
{% if param %}
{% for link in param %}
<a class="button small" href="{{ link.href }}">{{ link.name }}</a>
{% endfor %}
{% else %}
None
{% endif %}