{% if oUIBlock.GetShowHistory == false %}
{{ 'UI:Component:QuickCreate:HistoryDisabled'|dict_s }}
{% elseif oUIBlock.GetLastClasses()|length > 0 %}
{% for aClass in oUIBlock.GetLastClasses() %}
{% if aClass.icon_url is defined %}
{# Mind the empty "alt" attribute https://www.w3.org/WAI/tutorials/images/decorative/ #}
{% endif %}
{{ aClass.label_html|raw }}
{% endfor %}
{% else %}
{{ source("illustrations/undraw_content.svg") }}
{{ 'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder'|dict_s }}
{% endif %}