summaryrefslogblamecommitdiffstats
path: root/templates/w3/layout/attrs.html
blob: c52de9eeada9ed20078eb3e6291696f399ed3ab7 (plain) (tree)
1
                                                                                                                                                                            
{% for name, value in widget.attrs.items %}{% if value is not False %} {{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}{% endif %}{% endfor %}