1
0
Bifurcation 0
aemo_fr/aemo/templates/widgets/group_checkbox_option.html

2 lignes
299 o
HTML
Brut Lien permanent Vue normale Historique

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 %}