aemo_fr/aemo/templates/widgets/group_checkbox_option.html

2 lines
299 B
HTML
Raw Normal View History

2024-06-03 16:49:01 +02:00
{% load my_tags %}{% if widget.wrap_label %}<label{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>{% endif %}{% include "django/forms/widgets/input.html" %}{% if widget.wrap_label %} {{ widget.label }} {% if widget.help %}{% help_tooltip widget.help %}{% endif %}</label>{% endif %}