{% for item in items limit: limititems %}
{% assign description = item.publiccode.description[active_lang]
| default: item.publiccode.description.en
| default: item.publiccode.description.it %}
{% assign sw_name = description.localisedName | default: item.publiccode.name %}
{% assign sw_url = '/' | append: active_lang | append: '/software/' | append: item.slug | downcase %}
{% if withimages == true %}
{% if item.publiccode.it.riuso.codiceIPA != nil %}
{% assign category = "software_reuse" %}
{% assign icon = "it-software" %}
{% assign fallback = "/assets/images/cover_softwareriuso.png" %}
{% else %}
{% assign category = "software_open" %}
{% assign fallback = "it-open-source" %}
{% assign fallback = "/assets/images/cover_software_opensource.png" %}
{% endif %}
{% assign first_screenshot = description.screenshots | first %}
{% endif %}
{% endfor %}