no_cookies.html 240 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') }} {{ _('Information!') }}</strong>
  4. {{ _('currently, there are no cookies defined.') }}
  5. </div>