{% load allauth %} {% comment %} djlint:off {% endcomment %} <{% if attrs.href %}a href="{{ attrs.href }}"{% else %}button{% endif %} {% if attrs.form %}form="{{ attrs.form }}"{% endif %} {% if attrs.id %}id="{{ attrs.id }}"{% endif %} {% if attrs.name %}name="{{ attrs.name }}"{% endif %} {% if attrs.type %}type="{{ attrs.type }}"{% endif %} {% if attrs.value %}value="{{ attrs.value }}"{% endif %} class="{% block class %} btn rounded-0 {% if "link" in attrs.tags %}btn-link {% else %} {% if "prominent" in attrs.tags %}btn-lg {% elif "minor" in attrs.tags %}btn-sm{% endif %} {% if "danger" in attrs.tags %}btn-danger {% elif "secondary" in attrs.tags %}btn-secondary {% elif "warning" in attrs.tags %}btn-warning {% else %}btn-dark {% endif %} {% endif %}{% endblock %}"> {% if "tool" in attrs.tags %} {% if "delete" in attrs.tags %} {% endif %} {% endif %} {% if not "tool" in attrs.tags %} {% slot %} {% endslot %} {% endif %}