{% extends "email_layout.html" %} {% block content %}

Saved Searches Report

This is a report for search saved as "{{search.name|e}}"

{% if not docs %}

No document found with this search

{% else %}

Here are the found documents:

{% endif %} {% endblock %}