mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/hosted.git
synced 2026-07-22 13:21:37 +08:00
5 lines
127 B
HTML
5 lines
127 B
HTML
<div class="input-group">
|
|
{% for widget in widget.subwidgets %}
|
|
{% include widget.template_name %}
|
|
{% endfor %}
|
|
</div>
|