{% extends "layout.html" %} {% block head %} {% endblock head %} {% block body %}

Search results

Using filter: {{filter}}

Total Count: {{count}}, Showing Results: {{results if results else 'No results found'}}
{% if mainform.errors %}

Form Validation Errors: Please try again!

{% endif %} {% if results %}
MaNGA ID
{% else %} {% if errmsg %}

Search Error

{{errmsg}}

{% else %}

No results found

{% endif %} {% endif %} {% endblock body %}