aemo_fr/aemo/templates/widgets/prestation_radio.html

3 lines
292 B
HTML
Raw Permalink Normal View History

2024-06-03 16:49:01 +02:00
{% load my_tags static %}
{% 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 }} {% help_tooltip widget.value.instance.actes %}</label>{% endif %}