{% extends "partial/layout.html.twig" %} {% block title %}{{ t('home_search_files', 'Search Files')|title }}{% endblock %} {% block description %}{{ pageTitlePrepend }} {{ t("search_meta_description", "Check multiple download links at the same time.") }}{% endblock %} {% block keywords %}{{ pageTitlePrepend|lower }}{{ t("search_meta_keywords", "link, checker, copyright, infringement, file, hosting") }}{% endblock %} {% block selected_navigation_link %}search{% endblock %} {% block body %} {{ t('home_search_files', 'Search Files')|title }} {{ t("search_form_search", "Search") }} {{ t('search_type_all_files', "All Files") }} {% for documentType,documentExt in documentTypes %} {{ t('search_type_' ~ documentType, documentType|title) }} {% endfor %} {% if msg_page_errors is defined %} {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %} {% endif %} {{ t('loading_please_wait', 'Loading, please wait...') }} - all - {% for documentType,documentExt in documentTypes %} {{ documentType }} {% endfor %} {% endblock %} {% block footerjs %} {% endblock %}