Files
WYGIWYH/app/templates/crispy-daisyui/layout/attrs.html
2025-10-28 14:13:30 -03:00

1 line
172 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 %}