aemo_fr/aemo/templates/widgets/prestation_radio.html

3 lines
292 B
HTML

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