djLint/tests/source_django/read_only_password_hash.html
2021-12-14 09:57:37 +01:00

6 lines
211 B
HTML

<div {% include 'django/forms/widgets/attrs.html' %}>
{% for entry in summary %}
<strong>{{ entry.label }}</strong>
{% if entry.value %}: {{ entry.value }}{% endif %}
{% endfor %}
</div>