summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/readonly_input.html
blob: 41a0c1305e2dcd88b82fa56d294eca1fadd5c6be (plain)
1
2
{% for group_name, group_choices, group_index in widget.optgroups %}{% for option in group_choices %}
    {% include option.template_name with widget=option %}{% endfor %}{% endfor %}