{% extends "base.html" %} {% block title %}Search files{% endblock %} {% block content %}

Search files

{% if sources|length > 1 %} {% endif %}

{% if q and not files %}

No files found for "{{ q }}".

{% elif not q and not files %}

No files available.

{% else %} {% include "_files_table.html" with context %} {% endif %} {% endblock %}