{% from 'simple/icons.html' import icon_big %}
|
|
<div class="dialog-error" role="alert">
|
|
<p><strong>{{ _('Sorry!') }}</strong></p>
|
|
<p>{{ _("we didn't find any results. Please use another query or search in more categories.") }}</p>
|
|
</div>
|