no_results.html 241 B

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