{% extends 'layouts/master-page.html' %} {% block title %}Vendor browsing{% endblock %} {% block head %} {% endblock %} {% block content %} {% include 'subpages/breadcrumbs.html' %} {% 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' %} {% endblock %} {% block body_scripts %} {% endblock %}