{% extends "base.html" %} {% block content %}
Total Entries: {{ entries|length }}
{% if entries|length == 0 %} {% else %} {% for id, entry in entries.items() %} {% include "utilities/result.html" with context %} {% endfor %} {% endif %}
{% endblock %}