{% extends "layouts/" + render_mode + ".html" %} {% block content %} {% if result %} {% for row in result %} {% for col in row %} {% endfor %} {% endfor %}
{{col}}
{% else %}

{{_("Hrm, We Could Not Find Anything")}}

{% endif %} {% endblock %}