5 lines
165 B
HTML
5 lines
165 B
HTML
{% for badge in badge_ids %}
|
|
<div class="oh-checkpoint-badge text-warning mb-2" id="selectAllInstances" style="">
|
|
{{badge.0}} - {{badge.1}}
|
|
</div>
|
|
{% endfor %} |