{% if oQuickCreate.LastClasses|length > 0 %}
{% for aClass in oQuickCreate.LastClasses %}
{% if aClass.icon_url is defined %}
{% endif %}
{{ aClass.label_html|raw }}
{% endfor %}
{% else %}
{{ 'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder'|dict_s }}
{% endif %}