{% extends "partial/layout.html.twig" %}
{% block title %}{{ t("link_checker_page_name", "Link Checker") }}{% endblock %}
{% block description %}{{ t("link_checker_meta_description", "Check multiple download links at the same time.") }}{% endblock %}
{% block keywords %}{{ t("link_checker_meta_keywords", "link, checker, copyright, infringement, file, hosting") }}{% endblock %}
{% block body %}
{{ t("link_checker_page_name", "Link Checker") }}
{% if msg_page_errors is defined %}
{% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %}
{% elseif msg_page_successes is defined %}
{% if msg_page_successes is defined %}{{ msg_page_successes|join('. ') }}{% endif %}
{% endif %}
{{ t("link_checker_intro", "Use this page to check whether multiple download links are still active. Enter up to 200 urls below, a new one on each line and click 'Check Files'") }}