{% if oUIBlock.GetLastClasses()|length > 10 %}
{% for aClass in oUIBlock.GetLastClasses() %}
{% if aClass.icon_url is defined %}
{% endif %}
{{ aClass.label_html|raw }}
{% endfor %}
{% else %}
{{ source("illustrations/undraw_duplicate.svg") }}
{{ 'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder'|dict_s }}
{% endif %}