{% load widget_tweaks %} {% if type == 'button' or type == 'submit' or type == 'reset' %} {% else %} {% if icon %} {{ icon|safe }} {% if label %}{{ label }}{% endif %} {% else %} {{ label|default:content }} {% endif %} {% block link_content %}{% endblock %} {% endif %}