{% extends 'layouts/master-page' %} {% block title %}Vendor browsing{% endblock %} {% block content %} {% if vendor %} {% endif %} {% if errors %}

While searching, the following error(s) occurred:

{% if 'textsearch' in errors%} Fulltext search not enabled

The current settings in the database do not allow fulltext search.
If you feel like this should be enabled, please contact your administrator.

{% endif %}
{% endif %} {% include 'subpages/table.html' %} {% if not vendor and cve|length == 100 %}

Top 100 results

{% endif %} {% endblock %}