{% comment %} allauth's DEFAULT RENDERS {{ attrs.form.as_p }}, WHICH GIVES UNSTYLED LABELS AND A DJANGO-DEFAULT ERROR LIST. LOOP INSTEAD SO EVERY allauth FORM PICKS UP THE SAME form_field MOLECULE AS OUR OWN TEMPLATES. Labels are rendered even when allauth passes `unlabeled=True` (it relies on placeholders alone in that mode, which is worse for screen readers). {% endcomment %}