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