{% load i18n %} {% load static %} {% load questionnaire_tags %}
{% if item.image %} {{ item.name }} {% else %} {{ item.name }} {% endif %}
{{ item.configuration }}
{% for flag in item.flags %} {{ flag.name }} {% endfor %} {% if item.status.0 and item.status.0 != 'public' %} {{ item.status.1 }} {% endif %}

{{ item.name|default:""|truncatewords:8 }} {% if item.country %}[{{ item.country }}]{% endif %}

{% trans "No description available." as no_description %}

{{ item.definition|truncatewords:50|default:no_description }}

  • {% if item.compilers|length > 1 %}{% trans "Compilers:" %}{% else %}{% trans "Compiler:" %}{% endif %} {% for compiler in item.compilers %}{{ compiler.name }}{% if not forloop.last %}, {% endif %}{% empty %}–{% endfor %}