{% load allauth %}{% comment %} djlint:off {% endcomment %}<{% if attrs.href %}a href="{{ attrs.href }}"{% else %}button{% endif %} class="{% if 'outline' not in attrs.tags and 'link' not in attrs.tags and 'prominent' in attrs.tags or 'outline' not in attrs.tags and 'link' not in attrs.tags and attrs.type == 'submit' and not attrs.form %}dj-auth-submit{% else %}dj-auth-secondary{% endif %}"{% if attrs.form %} form="{{ attrs.form }}"{% endif %}{% if attrs.id %} id="{{ attrs.id }}"{% endif %}{% if attrs.name %} name="{{ attrs.name }}"{% endif %}{% if attrs.value %} value="{{ attrs.value }}"{% endif %}{% if attrs.type %} type="{{ attrs.type }}"{% endif %}>{% slot %}{% endslot %}