1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/searx/templates/oscar/messages/no_data_available.html

6 lines
235 B
HTML
Raw Normal View History

2014-12-01 12:26:38 +01:00
{% from 'oscar/macros.html' import icon %}
<div class="alert alert-info fade in" role="alert">
<strong class="lead">{{ icon('info-sign') }} {{ _('Heads up!') }}</strong>
{{ _('There is currently no data available. ') }}
</div>