{% extends '../layout/admin.html' %} {% block html_title %}{{ customizeService.generateCustomTitle(t('Full Text Search management')) }}{% endblock %} {% block content_header %}
{% endblock %} {% block content_main %}
{% include './widget/menu.html' with {current: 'search'} %}
{% endblock content_main %} {% block content_footer %} {% endblock content_footer %}