{% extends "linkage/base.html" %} {% block content %} {% if info_message %}

{{ info_message }}

{% endif %}

In order to detect statically-linked libraries, the application needs to collect data from the installed libraries on your test system. If a button appears below, you can activate it to clear out and reload the static symbol data. If no button appears, there is a job in progress; its status should be displayed and updated.

{% if last_staticdb_update %}

The static database was last updated on {{ last_staticdb_update }}.

{% else %}

The static database has never been loaded.

{% endif %}

When reloading data, the paths listed below will be search for libraries to read. You can add or remove paths from the list, one per line.

{{ search_path_form.dirlist }}
{% endblock %} {% block scripts %} {% endblock %}