{% endblock %}
{# I had to copy the whole search block just to change the rendered text,
so it doesn't mention modules or classes #}
{%- block sidebarsearch %}
{%- if pagename != "search" %}
Search mailing list archive
{{ _('Search this site') }}
{%- endif %}
{# The sidebarsearch block is the last one available in the default sidebar()
macro, so the only way to add something to the bottom of the sidebar is to
put it here, at the end of the sidebarsearch block (before it closes).
#}
{%- endblock %}