Some front-end experts claim that wrapping an <input>
with the <label>
(implicit labels) is a preferable practice (compared to explicit ones, even if they have the for
attribute).
Whatever the reasons for that, I'd like to see how this can be technically done with Django in an elegant way.