{% load static %} {% load i18n %} {% for icon, text, url in icons %} {% spaceless %} {% if url %}{% endif %} {{ text }} {% if url %}{% endif %} {% endspaceless %} {% endfor %} {% if component.license and component.license != "proprietary" %} {{ component.license_badge }} {% endif %}