mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
211 B
HTML
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>
|