no_data_available.html 235 B

123456
  1. {% from 'oscar/macros.html' import icon %}
  2. <div class="alert alert-info fade in" role="alert">
  3. <strong class="lead">{{ icon('info-sign') }} {{ _('Heads up!') }}</strong>
  4. {{ _('There is currently no data available. ') }}
  5. </div>