{% block autosuggest_item %} {% if sItemType == 'empty' %} {% block autosuggest_item_empty %}
{{ translate({ ident: "C4S_SEARCH_AUTOSUGGESTION_NO_RESULT" }) }}
{% endblock %} {% endif %} {% if sItemType == 'article' %} {% if sIconUrl %} {% block autosuggest_item_icon %}
{{ sTitle }}
{% endblock %} {% endif %} {% block autosuggest_item_info %}
{% block autosuggest_item_title %}
{{ sTitle }}
{% endblock %} {% if blHasParent and sArtNum %} {% block autosuggest_item_artnum %}
{{ translate({ ident: "C4S_ARTNUM_SHORT", suffix: "COLON" }) }} {{ sArtNum }}
{% endblock %} {% endif %}
{% endblock %} {% endif %} {% endblock %}