{% if debug %}{% endif %} {% load fontawesome buttons_tags %} {% spaceless %} {% with licon_position=icon_position|upper %} {% if url %} {% if licon_position == 'LEFT' %} {% fontawesome_icon icon %} {{ text }} {% elif licon_position == 'RIGHT' %} {{ text }} {% fontawesome_icon icon %} {% elif licon_position == 'ONLY' %} {% fontawesome_icon icon %} {% else %} {{ text }} {% endif %} {% else %} {% endif %} {% endwith %} {% endspaceless %}