{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% load extras %}
{% if 'fa-' in item.icon %} {% icon item.icon|slice:"3:" class='card-icon' %} {% else %} {% if item.app_id %} {% icon item.app_id|add:'/icons/'|add:item.icon|add:'.svg' class='card-icon' %} {% else %} {% icon item.icon class='card-icon' %} {% endif %} {% endif %}
{{ item.name }}
{% for tag in item.tags|slice:":3" %}{% trans tag %}{% if not forloop.last %}{% endif %}{% endfor %}