{% extends "base.html" %} {% block title %}Search files{% endblock %} {% block content %}
No files found for "{{ q }}".
{% elif not q and not files %}No files available.
{% else %} {% include "_files_table.html" with context %} {% endif %} {% endblock %}