{% extends "partial/layout.html.twig" %} {% block title %}{{ t("report_abuse_page_name", "Report Abuse") }}{% endblock %} {% block description %}{{ t("report_abuse_meta_description", "Report Abuse or Copyright Infringement") }}{% endblock %} {% block keywords %}{{ t("report_abuse_meta_keywords", "report, abuse, copyright, infringement, file, hosting") }}{% endblock %} {% block body %} {{ t("report_abuse_page_name", "Report Abuse") }} {% 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("report_file_intro", "Please use the following form to report any copyright infringements ensuring you supply all the following information") }} {{ t('report_file_full_file_url', 'Full file url') }}: {{ t('report_file_description_of_the_works', 'Description of the copyrighted works and supporting information') }}: {{ otherInformation }} {{ t('report_file_your_name', 'Your name') }}: {{ t('report_file_email_address', 'Email address') }}: {{ t('report_file_postal_address', 'Postal address') }}: {{ t('report_file_phone_number', 'Phone number') }}: {{ t('report_file_electronic_signature_of_the_copyright', 'Electronic signature of the copyright owner or the person authorized to act on its behalf') }}: {{ t('report_file_confirm_1', 'Confirm 1') }}: {{ t('report_file_you_have_a_good_faith_belief', 'You have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.') }} {% for k,confirmOption in confirmOptions %} {{ confirmOption }} {% endfor %} {{ t('report_file_confirm_2', 'Confirm 2') }}: {{ t('report_file_the_information_in_this_noticiation', 'The information in the notification is accurate, and, under the pains and penalties of perjury, that you are authorized to act on behalf of the copyright owner.') }} {% for k,confirmOption in confirmOptions %} {{ confirmOption }} {% endfor %} {% if SITE_CONFIG_CAPTCHA_REPORT_FILE_FORM == 'yes' %} {{ t('report_captcha', 'Confirm you are not a robot') }}: {{ CoreHelper.outputCaptcha()|raw }} {% endif %} {{ t("submit_report", "submit report")|title }} {% endblock %}
{{ t("report_file_intro", "Please use the following form to report any copyright infringements ensuring you supply all the following information") }}