no_results.html 450 B

123456789
  1. {% from 'oscar/macros.html' import icon %}
  2. <div class="alert alert-info fade in" role="alert">
  3. <button class="close" data-dismiss="alert" type="button">
  4. <span aria-hidden="true">×</span>
  5. <span class="sr-only">{{ _('Close') }}</span>
  6. </button>
  7. <strong class="lead">{{ icon('info-sign') }} {{ _('Sorry!') }}</strong>
  8. {{ _('we didn\'t find any results. Please use another query or search in more categories.') }}
  9. </div>