{{ block.title }}

{% if block["items"] %} {% for item in block["items"] %}
{% if item.href %} {{ item.label }} {% else %} {{ item.label }} {% endif %} {% if item.content_type %} {{ item.content_type }} {% endif %}
{% endfor %} {% else %}
{% if locale == 'ru' %}Нет доступных артефактов.{% else %}No artifacts available.{% endif %}
{% endif %}