{{ 'UI:Component:QuickCreate:Recents:Title'|dict_s }}
{% 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 %} {% endif %} {{ aClass.label_html|raw }} {% endfor %} {% else %}
{{ source("illustrations/undraw_content.svg") }}
{{ 'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder'|dict_s }}
{% endif %}