mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
201 B
HTML
6 lines
201 B
HTML
{% for name, value in widget.attrs.items %}
|
|
{% if value is not False %}
|
|
{{ name }}
|
|
{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|