{% extends "base.html" %}
{% import "adminlte_full/macros/widgets.html" as widgets %}
{% block page_title %}{{ _('Search Results') }}{% endblock %}
{% block content %}
{% call widgets.render_card(title='Found 0 results', color=ThemeColor.PRIMARY) %}
{% endcall %}
{% endblock content %}