{% macro application_list_item(label, description, url, icon) %}
{{ bootstrap_icon(icon, 'text-primary', size="24") }}
{{ label }} {{ description }}
{{ bootstrap_icon('chevron-right') }}
{% endmacro %}