hosted/wlhosted/payments/templates/widgets/vatin.html
2025-05-21 16:00:56 +02:00

5 lines
127 B
HTML

<div class="input-group">
{% for widget in widget.subwidgets %}
{% include widget.template_name %}
{% endfor %}
</div>